What is the output of the following code?
a = ['rcb', 'kohli']

for i in a:

i.upper()

print(a)



Posted on by