w = 29 x = 116 y = 75 z = 12 u = 2*w - x + y/(3 + z) - 54/6 if u < y*2 : print("Let\'s go Yanks!!") else : print("Let\'s go METS!!!") print(u)