- This event has passed.
6 PM Python Level 1
October 11, 2019 @ 6:00 pm - 7:00 pm
- We went over the last week homework
- We continued with Hangman project.
- Homework:
- Continue with update_clue function
- compare answer[i] with guess if it is the same, update clue[i] = answer[i]
- Continue with update_clue function