American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

12:30 PM – Intro to Python – Abigail

May 2 @ 12:30 pm - 1:30 pm

Today We

  1. We went over turtle functions.

Homework

(Upload your homework into your Google Drive HW folder a day before the class starts)

  1. Make a new file called “May2_Turtle_Exercises_HW.py”
  2. Do these exercises, but only the octagon problem as we already done the other functions: https://www.ayclogic.com/event/6-pm-intro-to-python-46/ 
    1. For the exercise, put 3 parameters (x, y, pen_color) instead of just 1 parameter.
  3. # turn this code into a for loop solution
    t.forward(200)
    t.right(90)
    t.forward(100)
    t.right(90)
    t.forward(200)
    t.right(90)
    t.forward(100)

Details

Date:
May 2
Time:
12:30 pm - 1:30 pm
Event Categories:
,