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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190208T170000
DTEND;TZID=America/Los_Angeles:20190208T180000
DTSTAMP:20260501T063127
CREATED:20190209T023441Z
LAST-MODIFIED:20190209T023441Z
UID:745-1549645200-1549648800@www.ayclogic.com
SUMMARY:5PM Python Level 1
DESCRIPTION:We went over the previous class homework\, “Give Me Your Age?” https://www.ayclogic.com/event/6pm-python-level-1-14/\nWe 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/5pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR