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