Computer Science, asked by Genius6833, 8 hours ago

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 raj30jan2009
0

Answer: a is the write answer

Similar questions