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



Related Quiz