« All Events
5PM Python Level 1
June 29, 2019 @ 5:00 pm - 6:00 pm
- We went over last week homework
- We had Python quiz level 1 to test the following knowledge:
- Variables and Data Types
- IF, IF ELSE, IF ELIF ELSE control flow.
- Loops: while loops, for loops, forever loops.
- How to use Python Random module.
- How to create a program that keeps asking the user for questions until user type “quit”.
- We went over “Hang Man” project:
- We completed displaying clues of how many letters is in the secret word. This is achieved by displaying “?” List.
- We completed displaying the number of lives left by showing heart symbols. Starts with 9 hearts and as user guesses incorrectly, the number of heart decrease.
- We completed implementing the logic that would verify if user guess the whole word correctly.
- Homework:
- Complete “Hang Man” project by completing feature that would verify user one letter guess.