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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231027T170000
DTEND;TZID=America/Los_Angeles:20231027T180000
DTSTAMP:20260425T185706
CREATED:20231027T112209Z
LAST-MODIFIED:20231028T233820Z
UID:22334-1698426000-1698429600@www.ayclogic.com
SUMMARY:5 PM - Indo - Intro To Python - Joel
DESCRIPTION:Today we did:\n\nWe learned:\nVariables and data types (Strings\, Integers\, Floats\, Booleans)\nHow to print\nAddition\, subtraction\, multiplication\, Division\nAdding strings using +\, and using f-strings (For example\, f”Hi\, my name is {name}”)\nIf-elif-else chains\nAnd & or operators\n\nHomework:\n\nCreate a new file called Oct27_StringHomework.py\n\nFrom pages 20-23\, copy the Python code from the book.\nIf you don’t have the book yet\, you can look at this PDF file – IntroToPythonP20toP23\n\n\nCreate a new file called Oct27_IfElseHomework.\nInside the file\, create two variables: age and price\nSet price to 10 initially\, and set age to 12.\nThen\, using if-elif-else chains\, check a couple of things:\nIf age < 4\, set the price to 0\nElse\, if age < 18\, set the price to 25\nElse\, if age < 65\, set the price to 40\nElse\, set the price to 20\nAt the end\, display: Your admission cost is $\, and then the price. For example\, if the price is 40\, then it should like: Your admission cost is $40.\nMake sure to submit the homework in the Google drive before Friday.\nIf you have any questions\, feel free to email me at joel@ayclogic.com or Mr. Gamas at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-indo-intro-to-python-joel-12/
END:VEVENT
END:VCALENDAR