- This event has passed.
6 PM – Intro To Python – Gamas
September 3 @ 6:00 pm - 7:00 pm
Today We Did
- We reviewed a couple of difficult questions from the 2nd quiz.
- We started learning about Python Turtle.
Homework
- Inside sep_3_intro_to_turtle.py, create 3 new functions
- draw_rectangle(pen_color)
- draw_triangle(pen_color)
- draw_octagon(pen_color)
- The coordinates have to be according to