- This event has passed.
8 PM – Intro To Python – Gamas
August 29, 2023 @ 8:00 pm - 9:00 pm
Homework
- Inside Aug29_TurtleIntro.py create 3 more functions. This is very similar to draw_rect(x,y,color) that we did in the class.
- draw_triangle(x,y,color)
- draw_square(x,y, color)
- draw_octagon(x,y,color)