Quiz: Python Beginners Basics Questions
( 2 of 11 ) ✘

Q.2 What will be the output of the following Python code? x = ['ab', 'cd'] for i in x: i.upper() print(x)


πŸ“ Related Quizzes