Answer:
guess = int(guess)
Step-by-step explanation:
This makes the guess input number an integer
guess=int(guess)
This is to make the input number an integer so you can compare later on
4.5m questions
5.9m answers