« All Events
5:30 PM – Intro to Python – Parna
August 2, 2022 @ 5:30 pm - 6:30 pm
Today We Did:
- Started Hangman
Homework:
- Work on Hangman
- Keep printing the number of lives using the symbols
- Keep asking the user “Enter a letter or the whole word: “
- If the user enters word that is equal to the secret_word, exit the loop
- Include a list that is filled with same number of “?” as the length of the secret word. This will be helpful to the user playing the game.
- If you did it correctly, it should look like below: