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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190202T150000
DTEND;TZID=America/Los_Angeles:20190202T160000
DTSTAMP:20260501T062642
CREATED:20190203T014700Z
LAST-MODIFIED:20190209T023136Z
UID:730-1549119600-1549123200@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We went over Loopy Loop chapter from page 32 to 35.\n\nWe learned about “for loops”.\nWe learned about “while loops”.\nWe learned about “Infinite loops”.\nWe learned about “Nested loops”.\n\n\nHomeworks:\n\n\n\nUsing “for loops” print “Are we there yet?” to shell 5 times. The result would look like below\n\n\nAre we there yet?\nAre we there yet?\nAre we there yet?\nAre we there yet?\nAre we there yet?\n\n\n\nChange the code in the previous question to also prefix “Are we there yet” with a number like the following:\n\n\n2 Are we there yet?\n3 Are we there yet?\n4 Are we there yet?\n5 Are we there yet?\n6 Are we there yet?\n\n\n\nUsing “while loops” do the following forever:\n\nPrint “Give me your age?”\nIf the user enters “bye” quit the loop. Look at page 34 for code on how to break from the infinite loop.\nIf the user enters 0 print “You are a newborn baby”.\nIf the user enters any number smaller than 4 then print “You are a toddler”.\nIf the user enters any number smaller than 13 then print “You are a kid”.\nIf the user enters any number smaller than 20 then print “You are a teenager”.\nIf the user enters any number smaller than 40 then print “You are an adult”.\nIf the user enters any number greater than or equal to 40 then print “Dude!! You are old.”\nRepeat the process to #1 (“Give me your age?”)\n\n\nUsing two nested “for loops” print the following:\nready\nready\nready\nJump\n\nready\nready\nready\nJump\n\nUsing two nested “for loops” print the following:\n1\n2\n3\ngo\n\n1\n2\n3\ngo\n\n1\n2\n3\ngo
URL:https://www.ayclogic.com/event/3pm-python-level-1-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190202T180000
DTEND;TZID=America/Los_Angeles:20190202T193000
DTSTAMP:20260501T062642
CREATED:20190203T024043Z
LAST-MODIFIED:20190203T024058Z
UID:734-1549130400-1549135800@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:Python Quiz Level 1 – 2nd take. 1.5 hours.
URL:https://www.ayclogic.com/event/6pm-python-level-1-13/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR