Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It needs to be in python and just like the output in the photo. I have been stuck on it for three hours and I

image text in transcribed
It needs to be in python and just like the output in the photo. I have been stuck on it for three hours and I haven't got anywhere so i really need help!
ani 01-05-122-9007210. Martin - Period 01 Pages 9.1 Guessing Game Instructions DS: Immersive Reade 9.1 Guessing Game Instructions Guessing Game Name this program: Guessing Game Let's play a game! Whille most adults consider computers to be a tool for calculations ar communications, people of your age use computers to play games. So, we will write a simple guessing gue Write a Python program in onlinegdb.com which creates a random integer between 1 and 100. Make sure you save this number to a variable. Next, prompt the user to guess a number which you save to another variable. Now.check their guess against your number and if they puessed the random number you congratulate the user. Compare their guess to the number and if their guess is less than the number tell the inter they are too low and guess highet. Same it their guess was greater than the number and ask them to guess lower. If they puess outside the range of 1 to 100 tell them they are outside the range and to try again - don't count this against their number of iuesses Also, create a variable to count the number of guess and once the user puesses the number tell them how many guesses it took Here is a sample output of my program Guess a number between 1 and 100: 50 Your guess is to high: try again Guess a new number: 150 You are outside the guessing range. Guesg a new number: 25 Your gue33 13 to low: try again Guess a new number: 35 Your guess is to high: try again Guess a new number: 30 Congradulations! You guessed 30! It took you 4 tries. Goodbye! search O 3 o

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

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago