number= int(input("Enter a number: ")) if number is 90-99 or 101-110: print(number, "is close to 100") else: print(number, "is not close to 100")