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:20210424T160000
DTEND;TZID=America/Los_Angeles:20210424T170000
DTSTAMP:20260613T103017
CREATED:20210425T230518Z
LAST-MODIFIED:20210425T230518Z
UID:7306-1619280000-1619283600@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we completed:\n\nLearning about functions without return values\n\n\nHomework:\n\nThe 2 questions in the file named “Apr24_FunctionsPart2.py” (found in the google drive)\nI will also leave the questions below:\n\n\n\n”’\nHomework: \n#1.)\ncreate a function named “print_me”\nthat gets has two arguments\na list\, a limit \nlist_of_int = [1\,2\,3\,4]\nprint_me(list_of_int\, limit) \nin the func\, go through the list\nand use a for loop to print the elements\nof the list according the the limit \nex. \nprint_me(list_of_int\, 2) \noutput: \n1\n2 \n”’ \n”’ \n#2.)\ncreate a function named “find_nemo”\none argument\, a list \nlist_of_movies = [cars\, incredibles\, toy story\, nemo]\nfind_nemo(list_of_movies) \nin the func\, go through each element in the list\nwith a for loop\nif the element in the list is equal to nemo\nthen print “I found nemo”\nelse print(“I have not found nemo”) \nex.\noutput: \nfind_nemo(list_of_movies) \ni have not found nemo\ni have not found nemo\ni have not found nemo\ni have found nemo \n”’ \nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-lee-8/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210424T170000
DTEND;TZID=America/Los_Angeles:20210424T180000
DTSTAMP:20260613T103017
CREATED:20210425T230810Z
LAST-MODIFIED:20210425T230810Z
UID:7308-1619283600-1619287200@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we:\n\nCovered any project questions\nReviewed GrocerySystem.py\nBegan building the robux transaction system\n\n\nHomework:\n\nEmail me a picture of your project proposal if you have not done so already\nKeep working on your final project! (Final product due on May 8)\n\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-nathaniel-lee-6/
CATEGORIES:Python Level 1
END:VEVENT
END:VCALENDAR