BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240918T180000
DTEND;TZID=America/Los_Angeles:20240918T190000
DTSTAMP:20260428T205935
CREATED:20240919T021419Z
LAST-MODIFIED:20240919T021419Z
UID:26816-1726682400-1726686000@www.ayclogic.com
SUMMARY:6 PM – Intro to Python – Daniel (Darin Sub)
DESCRIPTION:What We Did Today:\n\nLearnt the basics of turtle drawing.\nLearnt how to shorten code by use of loops and functions.\n\nHomework:\n\nCreate a new file “Sep18_Turtle4ShapesHomework.py”\nDraw the rectangle and square as shown in the image.\nCreate a new function “make_octagon”. You can use one parameter: pen_color. and just use t.goto() inside the function to draw an octagon shape using the turtle module. Call the function and pass any color to the function. Alternatively\, create a whole octagon function similar to make_rectangle that we did in class.\nCreate a new function “make_triangle”. You can use one parameter: pen_color. and just use t.goto() inside the function to draw an triangle shape using the turtle module. Call the function and pass any color to the function. Alternatively\, create a whole triangle function similar to make_rectangle that we did in class.\nLook at this image for your coordinates guidance\n\n\n\n\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-daniel-darin-sub-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR