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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230121T100000
DTEND;TZID=America/Los_Angeles:20230121T110000
DTSTAMP:20260425T100656
CREATED:20230121T040646Z
LAST-MODIFIED:20230121T040646Z
UID:17749-1674295200-1674298800@www.ayclogic.com
SUMMARY:10 AM - Intro to Python - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed Jan14_functionHomework2.py.\nWe started learning about function with return value.\n\nHomework\n\nCreate Jan21_FunctionReturnValueHomework.py\nCopy codes from page 138 and 139.
URL:https://www.ayclogic.com/event/10-am-intro-to-python-indo-gamas-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230121T140000
DTEND;TZID=America/Los_Angeles:20230121T150000
DTSTAMP:20260425T100656
CREATED:20230122T012416Z
LAST-MODIFIED:20230122T012416Z
UID:17767-1674309600-1674313200@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did \n\nHangman project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN21_hangman_hw\, please submit by next Friday.\nHomework:\na. Create list called hidden_name \nb. Fill the hidden_name list with _’s right underneath the new hidden_name variable with this code: \nfor i in range(len(name)):\nhiddenName.append(“_”) \nc. Inside the while loop\, inside the “else” (when letter guessed by user is inside “name”)\, delete “current_guess = letter” and write code that does the following. \nLoop through every index in “name” with this code: \nfor i in range(len(name)): \nIf the letter the user guessed (the variable named letter) is equal to the current letter in the name (name[i])\, write: \nhidden_name[i] = letter \nd. Inside display_hidden_name() function\, delete all previous code. Instead\, loop through every letter in hidden_name list and print every letter with: \nprint(letter\, end=” “)
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230121T150000
DTEND;TZID=America/Los_Angeles:20230121T160000
DTSTAMP:20260425T100656
CREATED:20230122T011545Z
LAST-MODIFIED:20230122T011545Z
UID:17768-1674313200-1674316800@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did \n\nHangman project\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework JAN21_hangman_hw\, please submit by next Friday.\nHomework:\na. End hangman game loop when every letter is guessed (hint: if hiddenName doesn’t have any underscores\, break out of loop). When game ends\, print a little message for the user saying that the game is over and maybe “Good job”. \nb. End hangman game loop if user runs out of lives. Also come up with game over message here.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR