Question: Write a guessing game that does the following: The game must choose a number between 1 and 100 at random (e.g., 54) The game must

Write a guessing game that does the following:

The game must choose a number between 1 and 100 at random (e.g., 54)

The game must then prompt the user to guess the answer (e.g., 75). If necessary, Google how to get Python to generate random numbers.

The game must then tell the user if the guess was too high or too low: e.g., 75 was too high or 75 was too low * The game must then continue to prompts the user to guess again until the user guesses the number.

If the user guesses correctly, the program prints out "54 was the correct answer. It took you 6 guesses." and ends.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!