« All Events
6 PM – Intro To Python – Gamas
September 10 @ 6:00 pm - 7:00 pm
Today We Did
- We learned how to make draw_square function reusable by adding x and y coordinates.
Homework
- If you have not done last week homework, please do so. https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-32/
- And then change the following functions to have x and y coordinates and then call them 3 times for each function to draw each shape in 3 different locations
- draw_rectangle(x,y, color)
- draw_triangle(x,y, color)
- draw_octagon(x,y,color)
- This homework is very similar to what we did in the class today with draw_square(x,y,color)