« All Events
7PM – Intro to Python – Parna
April 28, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- Finished Magic 8 Ball with choice
- Went over how to loop through a string
- Started Hangman
Homework:
- Do Exercise 1-3 ONLY, Problem: https://indo.ayclogic.com/intro-to-python/star-wars-problem/
- 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
- If you did it correctly, it should be like below