9 AM Introduction To Python
We continued with Jan17_Hangman.py project. Homework: Add code inside the loop, if there is no more '?' in the clue, break from the loop.
We continued with Jan17_Hangman.py project. Homework: Add code inside the loop, if there is no more '?' in the clue, break from the loop.
We reviewed how to fix python bugs and how to read python errors from https://www.ayclogic.com/fixing-python-bugs/ Next week is Python Quiz, today we reviewed the following for the quiz Variables: Integer, String, Float,Read More...
We went over the homework. We went over the IF ELSE. Homework: Page, 79 to 82.
We went over how to make Flappy Bird game for Ryan and Vivian final project. We continued with Shoot The balloon project.