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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200715T190000
DTEND;TZID=America/Los_Angeles:20200715T200000
DTSTAMP:20260605T133940
CREATED:20200716T030242Z
LAST-MODIFIED:20200716T030655Z
UID:3919-1594839600-1594843200@www.ayclogic.com
SUMMARY:7 PM - Intro to Python
DESCRIPTION:Today we went over quiz 1\, congrats to everyone for doing so well!\nWe learned about random module.\nWe started implementing Magic8Ball.\nYour homework is to refactor Magic8Ball to use the “random.choice” function rather than “random.randint” function:\n\nCreate a list of answers\nSelect a random answer by using random.choice with the answers as a parameter.\nPrint the random answer.\nMake sure that you can run “Magic8Ball.py” and it still has the same functionality as before.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200715T193000
DTEND;TZID=America/Los_Angeles:20200715T203000
DTSTAMP:20260605T133940
CREATED:20200716T035513Z
LAST-MODIFIED:20200716T035513Z
UID:3924-1594841400-1594845000@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:We went through While loops again.\nWe created another version of Tell Me Your Age program but wrapped inside a While loop.\nHomework:\n\nInside “Tell Me You Are” program that we did in the class (July15_TellMeYourAgeForever.py)\, add the following:\n\nwhen user enter “quit” or “exit”\n\nit will print “Thank you\, please come again later”\nit will break from the loop.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR