number = int(input("Enter a number: ")) if number > 89 and number <111 : print(number,"is close to 100" ) else:print("It is not close to 100")