What is the output of the following code?
a = ['Rohan', 'Aiml']

for i in a:

i.lower()

print(a)


Posted on by