Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Thonny, design a program for guessing a number between 1 and 100. After each guess, player is told that the guess is too high
Using Thonny, design a program for guessing a number between 1 and 100. After each guess, player is told that the guess is too high or too low. The process continues until player guesses the correct number. The correct number should be stored as a named constant in your program (do not use random). If the player guesses correctly, you should output " You are correct! the number is " + your named constant for the correct number.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started