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:20201030T080000
DTEND;TZID=America/Los_Angeles:20201030T170000
DTSTAMP:20260428T163635
CREATED:20201031T044826Z
LAST-MODIFIED:20201031T044826Z
UID:5014-1604044800-1604077200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nCreate enough gap between tubes\nPut the coin between the tubes\nRandomly put the coin either on the top or the bottom
URL:https://www.ayclogic.com/event/6-pm-python-game-development-51/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201030T120000
DTEND;TZID=America/Los_Angeles:20201030T130000
DTSTAMP:20260428T163635
CREATED:20201030T185806Z
LAST-MODIFIED:20201030T185806Z
UID:5012-1604059200-1604062800@www.ayclogic.com
SUMMARY:12 PM - Python Game Development Makeup
DESCRIPTION:Look at here for homework
URL:https://www.ayclogic.com/event/12-pm-python-game-development-makeup/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201030T190000
DTEND;TZID=America/Los_Angeles:20201030T200000
DTSTAMP:20260428T163635
CREATED:20201031T025538Z
LAST-MODIFIED:20201031T025538Z
UID:5015-1604084400-1604088000@www.ayclogic.com
SUMMARY:7PM - Intro to Python Make-Up
DESCRIPTION:Today we started Baby Name Generator.\nYou homework is to create a function “print_random_names”.  This function will take two parameter “names” which is a list of names\, and “num_names” which is the number of times to print out a random name from the “names” list.  Here’s what the function should look like:\n\ndef print_random_names(names\, num_names):\n    # you need to finish this function!\n    # This function should print out random names from "names"\n    # num_names times.\nIf you call print_random_names(['bob']\, 1)\, your function should print out bob once.  If you call print_random_names(['bob']\, 2)\, it should print out bob twice.  Finally if you call print_random_names(['bob'\, 'james']\, 1)\, it should either print out bob once or james once.\n 
URL:https://www.ayclogic.com/event/7pm-intro-to-python-make-up/
END:VEVENT
END:VCALENDAR