what will be the output of this python code
i=int(len('Temprature of my coffee'))
i**=3
if(i==2):
    print('cool')
elif(i>2):
    print('worm')
else:
    print('hot')

Posted on by