number=input("what is the number ") if number> "90" : print (number," is close to 100") else: print(number, "is not close to 100")