num=int(input("Enter a Number:" )) if num> 89 and num< 111 : print( num,"is close to 100") else : print(num,"is nowhere near 100")