Question: Please coding in python, thank you! CHAPTER 6 PROGRAMMING PROJECTS 1. Guess My Number Write a robust program that randomly selects a number from 1
CHAPTER 6 PROGRAMMING PROJECTS 1. Guess My Number Write a robust program that randomly selects a number from 1 through 100 and asks the user to guess the number. At each guess the user should be told if the guess is proper, and if so, whether it is too high or too low. The user should be told of the number of guesses when finally guessing the correct number See Fig. 6.28. Programming Projects279 I've thought of a number from 1 through 100 Guess the number: 50 Too low Try again: 123 Number must be from 1 through 100 Try again: sixty You did not enter a number. Try again: 60 Too high Try again: 56 Correct. You took 5 guesses FIGURE 6.28 Possible outcome of Programming Project 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
