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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190209T150000
DTEND;TZID=America/Los_Angeles:20190209T160000
DTSTAMP:20260501T063228
CREATED:20190210T032655Z
LAST-MODIFIED:20190216T231404Z
UID:765-1549724400-1549728000@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We reviewed the Loopy Loops project from 32 to 35.\nWe reviewed last week homework about different kind of loops.\nWe started with a new lesson on how to create functions in python.\nHomework:\n\nCreate a function called “doSomething”. This function has no parameter:\n\nInside this function\, print “Hello “.\n\n\nCreate a function called “doSomething2”.This function has one parameter (“name”):\n\nInside this function\, combine/concatenate the word “Hello ” and the parameter “name”.\nWhen you call the function doSomething2(“Gamas”)\, it will print the following\n\n\nHello Gamas\n\n\n\nWhen you call the function doSomething2(“Ryan”)\, it will print the following\n\n\nHello Ryan\n\n\n\n\n\nCreate a function called “starwars”\, no parameter.\n\nCreate a new variable (“robots”)\, it is a List of String variable.\nThe value of the ”robots” variable is: “R2-D2”\, “C-3PO”\, “ASN-121”\, “WALL-E”\, “DATA”\, “BUMBLE-BEE”\nWhen this function is called\, it will print all of the elements inside the list. Use “for loop” to go through each element inside the list.\n\n\nR2-D2\nC-3PO\nASN-121\nWALL-E\nDATA\nBUMBLE-BEE
URL:https://www.ayclogic.com/event/3pm-python-level-1-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190209T180000
DTEND;TZID=America/Los_Angeles:20190209T190000
DTSTAMP:20260501T063228
CREATED:20190210T025838Z
LAST-MODIFIED:20190210T025838Z
UID:761-1549735200-1549738800@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over the Password Picker project from page 52 to 56.\nHomework:\n\nhttps://www.ayclogic.com/coding-in-python-level-1/star-wars-problem/
URL:https://www.ayclogic.com/event/6pm-python-level-1-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR