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
3.4m questions
4.3m answers