What is the output of the following?

mylist = ['geeks', 'forgeeks']

for i in mylist:

    i.upper()

print(mylist)



Posted on by