Make up class for Saturday 3PM Python Level 1 class.
- We went over the quiz questions we had last March 23rd, 2019.
- We started with new project Robot Builder from page 72.
- Homeworks:
- Continue Robot Builder project from page 76 to 78.
- Make sure to create functions for each component of the body. For instance, when coding for arms, do it inside a function called “draw_arms”. This function would be similar to “draw_feet” that we did in the class.