num = int(input('Enter a number: ')) if num in range (90,110): print(f'{num} is close to 100') else: print(f'{num} is not close to 100')