Login
Remember
Register
Ask a Question
Read the Following code:
0
votes
asked
Jan 19, 2021
in
Python
by
SakshiSharma
Read the Following code:
x = ['XX', 'YY']
for i in a:
i.lower()
print(i)
What will be the output of this program?
i) ['XX', 'YY']
ii) ['xx', 'yy']
iii) [XX, yy]
iv) None of these
#python-program-output
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...