Answered You can hire a professional tutor to get the answer.

QUESTION

Implement the GuessNumber game. In this game, the computer Think of a random number in the range 0-50. (Hint: use the random module.) Repeatedly...

Implement the GuessNumber game. In this game, the computer

•         Think of a random number in the range 0-50. (Hint: use the random module.)

•         Repeatedly prompt the user to guess the mystery number.

•         If the guess is correct, congratulate the user for winning. If the guess is incorrect, let the user know if the guess is too high or too low.

•         After 5 incorrect guesses, tell the user the right answer.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question