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:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181117T180000
DTEND;TZID=America/Los_Angeles:20181117T190000
DTSTAMP:20260501T110850
CREATED:20181118T033653Z
LAST-MODIFIED:20181118T053803Z
UID:475-1542477600-1542481200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over homework from page 36 to 40.\n\nWe learn the concept of “function” in python.\n\nHow to create a function.\nHow to create function parameters.\nHow to call a function.\n\n\n\n\nHomeworks\n\nP.41\nCreate a python file called “askGobo.py”\n\nCreate a function called “askGobo”.\nThis function will have one parameter called “question”.\nInside the function combine “Gobo is sick and cannot answer your question: ” and the parameter “question” and print it out.\nCall the function twice:\n\naskGobo(“Am I handsome?”)\, the function will then print “Gobo is sick and cannot answer your question: Am I handsome?“\naskGobo(“Am I cool?”)\, the function will print “Gobo is sick and cannot answer your question: Am I cool?”
URL:https://www.ayclogic.com/event/6pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR