Part 2 Project
Your class project should do the following:
- Ask the user for their name
- Print a welcome message informing the user that the program is thinking of a message
- Give the user 5 guesses/lives
- Tell the user if their guess is too low or too high
- Print a success message if the user guesses the correct number
- Print a failure message if the user fails to guess the correct number within 5 guesses
Here is a screenshot of the finished program in action: