- This event has passed.
4 PM – Intro To Python – Nathaniel
August 7, 2021 @ 4:00 pm - 5:00 pm
Gamas sub Nathaniel today
Today We Do
- We reviewed legs homework.
- We drew the body, head and eyeball white strip.
- We create left_arm(x,y,color) function to draw the left arm. The left arm consist of 2 rectangles.
Homework
- Create right_arm(x,y,color) function to draw the right arm. It should be similar to the left_arm function. It should consist of 2 rectangles.
- Call the right_arm function after it is done to draw the right arm on the right side of the body.
- Draw 2 small black rectangles inside the eyeball for eye pupil like below