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