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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240409T180000
DTEND;TZID=America/Los_Angeles:20240409T190000
DTSTAMP:20260428T112317
CREATED:20240409T231133Z
LAST-MODIFIED:20240410T054531Z
UID:24707-1712685600-1712689200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python - Darin
DESCRIPTION:NEXT WEEK IS YOUR FINAL EXAM ON APRIL 16\nWhat We Did Today:\n\nReviewed topics for the final exam next week\n\nHomework:\nStudy for your final exam next week\, focusing on the robux system as well as how to draw shapes in python using functions (check the google drive for the notes). \nPractice for the final: \n# Make a program that gives you the following output from two different lists:\n# List 1: ["teddy bear"\, "doll"\, "action figure"]\n# List 2: ["candy bar"\, "burger"\, "chocolate bar"]\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 1\n\n# You have selected Box 1! You received a teddy bear!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 2\n\n# You have selected Box 2! You received a candy bar!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 2\n\n# You have selected Box 2! You received a burger!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 1\n\n# You have selected Box 2! You received a doll!\n\n# Hi! Please select one of our lucky draw boxes:\n# 1. Box 1\n# 2. Box 2\n# 3. Exit program\n# Your choice: 4\n\n# Invalid selection\, please try again.\n\n\n# HOW TO GET STARTED:\n# Make the question appear forever and get the user input using selection = input()\n# Check each selection and do some action depending on the choice\n# In this case\, choice 1 would give you a random item from list 1 (item = r.choice(list1))\n# choice 2 gives you a random item from list 2\n# choice 3 lets you break out of the forever and end the program\nNotes:\nIf you have any questions\, you can email me at ddjapri@ayclogic.com !!
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-59/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR