Question: Python programing! Write a simple number guessing game. The game will generate a random number between 1 and 10, the prompt the user to input
Python programing!
Write a simple number guessing game. The game will generate a random number between 1 and 10, the prompt the user to input a number between 1 and 10. Keep prompting them until they get the number correct, counting the number of guesses until they get it correct. When they finally get it, give them a congratulatory message along with how many guesses it took them. Make sure your grammar is correct, just in case they get it in a single guess. Example:

Problem 5 Solution Guess a number between 1 and 10: 1 Guess a number between 1 and 10 2 Guess a number between 1 and 10: 3 Guess a number between 1 and 10 4 You win! It took you 4 guesses to win Good job
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
