x = ['XX', 'YY']
for i in a:
i.lower()
print(a)
What will be the output of this program (Give reason )
A. ['XX', 'YY']
B. ['xx', 'yy']
C. [XX, yy]
D. None of these
Answers
Answered by
0
Answer: a is the write answer
Similar questions