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)
“””
You can reach me at ddjapri@ayclogic.com for any questions.
Class notes: https://drive.google.com/drive/folders/1JIaswYI_MssVSv7icxgYPd_LblYQvOVO?usp=sharing