Login
Remember
Register
Ask a Question
Read the Following program:
+1
vote
asked
Jan 19, 2021
in
Python
by
SakshiSharma
Read the Following program:
x = ['xy', 'yz']
for i in a:
i.upper()
print(i)
Which of the following is correct output of this program?
i) ['xy', 'yz']
ii) ['XY', 'YZ']
iii) [None, None]
iv) None of these
#python-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...