number = int(input("Enter a number: ")) if number >= 90 and number <= 110: print("Close") else: print("Not close")