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:20200726T140000
DTEND;TZID=America/Los_Angeles:20200726T150000
DTSTAMP:20260429T233641
CREATED:20200728T050218Z
LAST-MODIFIED:20200728T050218Z
UID:4032-1595772000-1595775600@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We learned about IF ELSE statements.\nHomework:\n\nYou need to check last week homework or the exercise we did in the class to do this homework:\n\nCreate your homework in this new file July26_IFELSEHomework2.py:\n\nFirst homework:\n\nCreate a new variable “movie” set value to “toy story”.\nCreate an IF ELSE statement that would check if the value of “movie” is equal to “toy story” it would print\, “This is a very funny movie”. Otherwise\, it will print “This is not a funny movie.”\n\n\nSecond homework:\n\nCreate a new variable “grade” set value to 50.\nCreate an IF ELIF ELSE statements that would do the following\n\nif “grade” variable is < 60\, then print “That is a really bad grade”.\nElse If “grade” variable is < 70\, then print “That is a bad grade.”\nElse if “grade” variable is < 80\, then print “That is a passing grade.”\nElse if “grade” variable is < 90\, then print “That is pretty good grade”.\nelse\, print “That is a very good grade”.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR