num = int(input("give me a number"))
if 111 > num > 89:
    print(num, "is close to 100")
else:
    print(num, "is not close to 100")