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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200325T190000
DTEND;TZID=America/Los_Angeles:20200325T200000
DTSTAMP:20260430T105030
CREATED:20200326T032235Z
LAST-MODIFIED:20200326T032254Z
UID:3123-1585162800-1585166400@www.ayclogic.com
SUMMARY:7 PM - Intro To Python - C
DESCRIPTION:We reviewed our String functions and List homeworks.\nWe learned how get input from shell.\nWe learned how to do simple IF-ELSE statements\nHomework:\n\nCreate a program that would do the following\n\nGet input from user “How old are you? “. Save the input to a variable “age”.\nGet another input from user “Are you a genius (y/n)? “. Save the input to a variable “is_genius”.\nCreate IF-ELSE statement just like we have learned in the class that will do the following\,\n\nIf age is greater 15 or is_genius is “y” then print “You can go to college”.\nelse print “You can not go to college.”\nIf you want to compare if “is_genius” is equal to “y” or “n”\, do something like this\nif is_genius == "y":\n don’t do  \nif is_genius = "y":\n\n\n\nExamples\n\nHow old are you? 10\nAre you a genius (y/n)? y\nYou can go to college\n\nHow old are you? 16\nAre you a genius (y/n)? n\nYou can go to college\n\nHow old are you? 10\nAre you a genius (y/n)? n\nYou can not go to college
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-c/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR