what will be the output of the following python code?
a='sookshmas'
for i in a:
     print(i.upper())


Posted on by