Question: 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
Get step-by-step solutions from verified subject matter experts
