number = int(input("Enter a number: ")) if number > 50: print(number, "is close to 100") if number < 50: print(number, "is not close to 100")