« All Events
5:30 PM – Intro To Python – Alex W.
December 23, 2022 @ 5:30 pm - 6:30 pm
Today We:
- Learned to use functions to draw simple shapes in python
- Used those shapes to draw a robot
Homework:
- Use functions to draw a robot! The Robot should have a head, arms, legs, and a torso.
- Make sure to call draw_rectangle function for each rectangle that you want to draw. I will give you some of the x and y coordinates below to help you get started. But you have to figure out the rest of them your self.