- This event has passed.
7 PM – Intro To Python – Darin
July 16, 2025 @ 7:00 pm - 8:00 pm
What We Did Today:
- Learnt how to use t.forward and t.right/t.left
- Learnt how to use functions to simplify drawing
Homework:
Create a new function: makeTriangle
make sure you can change the color, starting position, and size
the triangle is an equilateral triangle
hint: this code draws a triangle
“””
t.forward(100)
t.left(120)
t.forward(100)
t.left(120)
t.forward(100)
t.left(120)
“””
Notes:
You can reach me at ddjapri@ayclogic.com for any questions.
Class notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing