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:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250313T080000
DTEND;TZID=America/Los_Angeles:20250313T170000
DTSTAMP:20260514T122215
CREATED:20250314T030541Z
LAST-MODIFIED:20250314T030600Z
UID:28390-1741852800-1741885200@www.ayclogic.com
SUMMARY:7PM-Intro To Python-Joshua
DESCRIPTION:Today We Did \n\nlearned turtle.right() turtle.left() and turtle.forward\nlooked into combining shapes into functions\n\n  \nHomework \nIn a file named draw_robot_2.py\, \nredraw your robot\, with the new rectangle function. \nyour robot should have the following functions\, and all should only contain calls to the rectangle function (see example from right arm below). Your robot should be calls to your right arm\, left_arm\, body\, legs\, and head functions. \ndef right_arm(x\,y):\nrectangle(x\,y\,”dark blue”\, 200\,100)\nrectangle(x\,y\,”dark blue”\, 100\,200)\n”’\ndef left_arm(x\,y): \ndef body(x\,y): \ndef legs(x\,y): \ndef head(x\,y): \ndef robot(x\,y): \n”’
URL:https://www.ayclogic.com/event/7pm-intro-to-python-joshua-9/
END:VEVENT
END:VCALENDAR