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