Question: Project 5 - 1 Projects Content Question GUESS THE NUMBER GAME Chapter 4 discusses using the random number generator and gives an example: Guess the

Project 5-1
Projects Content
Question
GUESS THE NUMBER GAME
Chapter 4 discusses using the random number generator and gives an example: Guess the Number game. Use the user interface and code provided in the chapter to create that game.
REVISIONS::
The game should be able to accept numbers from 1 to 100
The game should give an error if the number is less than 1 or greater than 100
Add the following to your code:
Your name and the date must be comments on the first two lines of the program (10%)
print a title of the app and also include your name so that both display at the start of running your code - it will be a heading for your program interface (10%)
comment your code to show where the concepts covered in this chapter are used. You must use the techniques described in this chapter to complete this assignment. Advanced techniques will not be accepted. Use the terms list at the back of the chapter to help you with the topics covered in the chapter. (10%)
Submit your .py program here. Make sure your name is part of the filename (10%)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!