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:20190126T150000
DTEND;TZID=America/Los_Angeles:20190126T160000
DTSTAMP:20260501T075419
CREATED:20190127T001656Z
LAST-MODIFIED:20190127T002424Z
UID:688-1548514800-1548518400@www.ayclogic.com
SUMMARY:3PM Python Level 1
DESCRIPTION:We review variables and their data types.\nWe go over “Making Decisions” chapter learning about conditions\, conditional operators (<\, >\, == and !=).\nWe learn about IF\, IF ELSE and IF ELIF statements.\nHomeworks:\n\nCreate a program (making_decisions_jan_26.py) that will do the following:\n\nAsk user “Give me your age? “\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 40 then print “Dude!! You are old.”.\n\n\nWhen you take input from the shell\, this input is typed String. You cannot compare String with a number. You first have to convert the input into a number by using int(<variable>). This is important to do your homework. For example\,\n\n\nnumber = input('Enter a number')\nif int(number) < 5:\n   print('That is a small number.')
URL:https://www.ayclogic.com/event/3pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190126T180000
DTEND;TZID=America/Los_Angeles:20190126T190000
DTSTAMP:20260501T075419
CREATED:20190127T030757Z
LAST-MODIFIED:20190127T033413Z
UID:691-1548525600-1548529200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over Python Level 1 Quiz.\nHomeworks:\n\nCreate a program (making_decisions_jan_26.py) that will do the following:\n\nAsk user “Give me your age? “\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 40 then print “Dude!! You are old.”.\n\n\nCreate a function that takes 2 numbers and adds them together and returns the result. Print the return result to the screen.\nCreate a function that takes three parameters (param1\, param2\, param3). Combine them into one string and print the combined string inside the function.\nFix below broken code\n\n\n\n\nfirstName = 'John'\nlastName = 'Smith'\nprint(firstName+' '+lastname)\n\n\nif number > 20\n    print('Small number'\nelse\n    print('Big number')
URL:https://www.ayclogic.com/event/6pm-python-level-1-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR