The output of this Python code would be:
a = ['mn', 'op']

for i in a:

i.upper()

print(a)



Posted on by