Question: Hello, whenever I run my code for question one it won't acknowledge my increment and continues to run the same line of code. Can you

Hello, whenever I run my code for question one it won't acknowledge my increment and continues to run the same line of code. Can you help me identify the error?
#Kailyn Jackson (KIJ236) HW 4 import random num = random.randint(1, 10000) print() I'm thinking of a number from 1 to 10000. Try to guess my number! (Enter o to stop playing) guess = eval(input("Please enter your guess:")) counter = 1 while guess != 0 and guess != 1458: if guess 1458 : print ("Your guess is too high.") elif guess > 10000: print ("your guess must be between 1 to 10000.") counter += 1 input ("Please enter your guess:") if guess == 1458: print("That's correct! You win!") print ("You guessed my number in" elif guess == 0: counter, "guesses.")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
