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:20210423T190000
DTEND;TZID=America/Los_Angeles:20210423T200000
DTSTAMP:20260429T093710
CREATED:20210424T042208Z
LAST-MODIFIED:20210424T042208Z
UID:7261-1619204400-1619208000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:we continued with Hangman project.\n\nWe figure out how to find a letter position in a word. For example\, letter “a” is in the 3rd position in the word “dragon”. This is important because we need to update the “?” with the letter that user guess.\nWe were able to replace the right “?” in the clues with the right letter in April16_WordForLoop.py.\n\n\nHomework:\n\nCopy some of the code inside April16_WordForLoop.py into April9_Hangman.py so when user guess a letter properly\, the “?” inside “clues” variable will be properly updated.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR