for i in range (1,6):       print        print        print "i=", i,        print "hello,how",        if i==3:            continue        print 'are you today?'