x = 1 y = 2 if x > y: print("x is greater") else: print("y is greater")