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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210409T180000
DTEND;TZID=America/Los_Angeles:20210409T190000
DTSTAMP:20260425T112755
CREATED:20210410T184923Z
LAST-MODIFIED:20210410T184923Z
UID:7019-1617991200-1617994800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We continued making progress with Zombie H1 Virus game and Tank Wars.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-117/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210409T190000
DTEND;TZID=America/Los_Angeles:20210409T200000
DTSTAMP:20260425T112755
CREATED:20210410T041410Z
LAST-MODIFIED:20210417T002718Z
UID:7010-1617994800-1617998400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:We started on Hangman project.\n\nWe were able to choose a random secret word.\nWe were able to draw our health symbols using unicode.\nWe were able to draw question marks (“?”) according to the number of letter in the secret word.\n\n\nHomework:\n\nContinue with your Hang Man game.\n\nCreate a forever loop (while True) and inside the loop do the following:\n\nPrint the questions marks\nPrint the health symbols\nAsk user “Enter a letter or the entire word: “\nif the user input equal to the secret_word stop the loop.\n\n\n\n\nIf you do it properly it will do like this\n\n\n\nsecret_word – griffin \n[‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’]\n⚾⚾⚾⚾⚾⚾⚾⚾⚾\nEnter a letter or the entire word: a \n  \n[‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’]\n⚾⚾⚾⚾⚾⚾⚾⚾⚾\nEnter a letter or the entire word: b \n  \n[‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’\, ‘?’]\n⚾⚾⚾⚾⚾⚾⚾⚾⚾\nEnter a letter or the entire word: griffin\nCongratulation\, the secret word is griffin
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR