- This event has passed.
5:30 PM – Intro To Python – Gamas
December 15, 2022 @ 5:30 pm - 6:30 pm
Today We Did
- We continued with Turtle topic.
- We introduced a function draw_rectangle and made the function to have 5 parameters: x, y, width, height, color. This way the functions can be reused to draw rectangle in different locations, width and height and color.
Homework
Using combinations of rectangles draw below robot. 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.