Question: Python Your program should display user-friendly messages when starting and ending the program ( NEW!) Your program should give the user proper feedback after each
Python
- Your program should display user-friendly messages when starting and ending the program (NEW!)
- Your program should give the user proper feedback after each guess
- Your program should keep track of the number of guesses the user makes in one game.
- After a correct guess, the program should:
- Notify the user of the correct guess
- Display the number of guesses it took
- Give a piece of information about the number (even or odd, divisible by 10, etc)
- Your program should ask the user to play again and loop until the user says no. Consider adding extra style by allowing a user to enter their yes or no choice using several variants.
- Your program should keep track of the lowest number of guesses since the user started the program across all games played. (This will be a separate variable than the one which holds the number of guesses in each game.)
- Display the users best attempt info after a correct guess.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
