Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON For your project, youre going to make a Guess the Number game. The computer will think of a random number from 1 to 20,

PYTHON

For your project, youre going to make a Guess the Number game. The computer will think of a random number from 1 to 20, and ask you to guess it. The computer will tell you if each guess is too high or too low. You win the match if you can guess the number within 4 tries, if not the computer wins. The first one to win 3 matches, wins the game. The program should keep running until a player reaches 3, and should print out the winner as well.

Having issue with relooping the game and keeping tabs till player reaches 3. Please do not submit an incomplete answer.

Sample Run of Guess the Number

Heres what the program looks like to the player when executed. The text that the player types in is in bold.

Hello! What is your name?

Albert

Well, Albert, I am thinking of a number between 1 and 20.

Take a guess.

10

Your guess is too high.

Take a guess.

2

Your guess is too low.

Take a guess.

4

Good job, Albert! You guessed my number in 3 guesses!

First one to 3 wins!

Albert: 1

Me: 0

Well, Albert, I am thinking of a number between 1 and 20.

Take a guess.

5

Your guess is too high.

Take a guess.

1

Your guess is too low.

Take a guess.

2

Your guess is too low.

Take a guess.

2

Wrong guess, I win!

First one to 3 wins!

Albert: 1

Me: 1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

Show the properties and structure of allotropes of carbon.

Answered: 1 week ago