Guess It v2-Guess It Again
Objective
Objective
The student will practice the following skills:
- nesting loops (implied nested loops)
- calculating a running average, maximum and minimum
- counting
- string concatenation
- update docstrings
Project Description:
Project Description:
Modify Guess It v1 so the program prompts the user to play a new game
- add the hint to the input prompt for the new guess
- add code so the game can be played multiple times
- keep track of the
- best score
- worse score
- number of games played.
- average score
- update the docstrings for the program