num=int(input("Name a number: ")) if num > 49: print("that is close to 100") elif num < 50: print("that Number isnt close to 100")