number = int(input("enter a number: ")) if number > 50 : print(number, "is closer to 100!") else: print(number, "is closer to 1")