BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230117T170000
DTEND;TZID=America/Los_Angeles:20230117T180000
DTSTAMP:20260610T041827
CREATED:20230118T020119Z
LAST-MODIFIED:20230118T020119Z
UID:17668-1673974800-1673978400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nModify draw_square function.\n\nAdd one more parameter: fill. When the “fill” parameter is True\, then do the begin_fill() and end_fill(). When it is False\, then do not do begin_fill() and end_fill().\nAfter you do above\, call the function like this draw_square(“red”\, True) and the result should be red square with solid color.\nAfter you do above\, call the function like this draw_square(“yellow”\, False) and the result should be yellow square with no solid color.\n\n\nModify draw_square function\n\nAdd two more parameters: x\, y.\nWhen calling draw_square(“red”\, True\, -100\, -100)\, it will draw the square in coordinate (-100\, -100)
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-gamas-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR