What is the output of the following code?

a = ['Sneha', 'Ai']
for i in a:
i.lower()
print(a)

Posted on by