number = int(input("enter a number: ")) if number in range(90,110) : print(number, "is close to 100") else : print(number, "is not close to 100")