user_input = int(input("What Number do you choose?" )) if user_input > 67: print("Lower! ") if user_input < 67: print("Higher! ") else: user_input = 67 print("You got it! ")