num1 = int(input("Enter a number")) if num1 + 10 == 100 or num1 + 10 > 100: print(num1, "Is close to 100") else: print(num1, "Is not close to 100")