- This event has passed.
3 PM – Intro To Python – Sebastian
January 21, 2023 @ 3:00 pm - 4:00 pm
Today We Did
- Hangman project
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework JAN21_hangman_hw, please submit by next Friday.
- Homework:
a. End hangman game loop when every letter is guessed (hint: if hiddenName doesn’t have any underscores, break out of loop). When game ends, print a little message for the user saying that the game is over and maybe “Good job”.
b. End hangman game loop if user runs out of lives. Also come up with game over message here.