x = ['xy', 'yz']  
for i in a:
i.upper()
print(a)
What is the output of the python program

Posted on by