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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T130000
DTEND;TZID=America/Los_Angeles:20200620T140000
DTSTAMP:20260614T045337
CREATED:20200620T210013Z
LAST-MODIFIED:20200623T032627Z
UID:3745-1592658000-1592661600@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:Homework:\n\nPage 138\nCreate a function with return value\, “convert_kg_to_gram”\n\nIt has one parameter: “kg”\nInside the function it will return the value of 1 Kilogram from the parameter into gram. There are 1000 gram in 1 Kilogram.\nReturn the value.\nGet input from user “Enter number of Kilogram: “\nWhatever user enter\, pass to the “convert_kg_to_g” function\nCall the function\, get the result and print the result to the screen\nIf you code correctly\, you should be getting something like this in the shell.\n\nEnter number of Kilogram: 1\nThere are 1000 grams in 1 kilograms.\n\nEnter number of Kilogram: 2\nThere are 2000 grams in 2 kilograms.
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200620T180000
DTEND;TZID=America/Los_Angeles:20200620T190000
DTSTAMP:20260614T045337
CREATED:20200621T021500Z
LAST-MODIFIED:20200621T021500Z
UID:3760-1592676000-1592679600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:Homework:\n\nInside Hangman program\, complete the code inside “update_clue(guessed_letter)” function. This function should replace the question mark inside the “clue” variable with the letter that user entered.\nThe code should look very similar to the one we did inside June20_LoopingList.py. You can find this code inside the google drive.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR