What is the output of the following program?
x = ['ab', 'cd']
for i in x:
 i.upper()
print(x)


Posted on by