num = int((input("Enter a number "))) if num >= 90 and num <= 110: print(num, "is close to 100") else: print("That number is not close to 100")