You wrote a program to allow the user to guess a number. Complete the code to get a number from the user.
# Get a guess from the user and update the number of guesses.
guess =
("Guess an integer from 1 to 10: ")
Help please