American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – Intro To Python – Darin

July 16 @ 7:00 pm - 8:00 pm

What We Did Today:

  1. Learnt how to use t.forward and t.right/t.left
  2. 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

Details

Date:
July 16
Time:
7:00 pm - 8:00 pm
Event Categories:
,