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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210921T180000
DTEND;TZID=America/Los_Angeles:20210921T190000
DTSTAMP:20260428T232844
CREATED:20210922T020512Z
LAST-MODIFIED:20210923T021415Z
UID:9486-1632247200-1632250800@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Nathaniel
DESCRIPTION:Today We Do\n\nWe went over the homework from last week: https://www.ayclogic.com/intro-to-python/star-wars-problem/\n\nHomework\n\nReview Sep14_Hangman.py codes and come up with at least 2 questions. And ask these questions to Nathaniel next week.\nIf you guys don’t have questions\, that means you already understand the Hangman game\, so Nathaniel is going to ask you some questions. Be ready.\nCreate Sep28_LoopingEveryLetterInAWord.py file and add the following code\n\nfor index in range(10):\n    print(index)\n\nsecret_word = "dragon"\nnum_of_letters = len(secret_word)\nprint(num_of_letters)\n\nprint(f"First letter = {secret_word[0]}")\nprint(f"Last letter = {secret_word[5]}")
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-nathaniel-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR