num1=int(input("enter a number")) if num1>90: print("thats close to 100") else: print("thats not close to 100")