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:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181019T190000
DTEND;TZID=America/Los_Angeles:20181019T200000
DTSTAMP:20260501T122322
CREATED:20181021T035229Z
LAST-MODIFIED:20181023T164100Z
UID:383-1539975600-1539979200@www.ayclogic.com
SUMMARY:7PM Python Level 1
DESCRIPTION:Python Level 1\, 1st Quiz.\nHomeworks\n\nCreate a new python file call it “HomeworkOct19.py”\nInside the file\, create a for loop which will print number from 4 to 20. Review at “Loopy Loops” chapter to get some guidance (P.32 to P.35)\nInside the file\, create a WHILE LOOP which will keep on asking the user\, “Are you hungry?” If the answer is ‘y’\, print ‘Here is a burger’ and ask ‘Are you hungry again?’ . if the answer is ‘maybe’\, print ‘Make up your mind!!’ and ask ‘Are you hungry again?’ . If the answer is anything else\, print ‘bye bye’ and quit from the loop. Review at “Loopy Loops” chapter to get some guidance (P.32 to P.35)\nCreate a function\, no parameter\, which will return a random number between 1 to 8. Review “Password Picker” chapter from page 52 to 56 to see how to produce a random number.\nCreate a function which take one parameter and will behave like the following:\n\nIf number 1 is passed to the function\, it will return “It is certain.”\nIf number 2 is passed to the function\, it will return “Most likely.”\nIf number 3 is passed to the function\, it will return “Signs point to yes.”\nIf number 4 is passed to the function\, it will return “Most likely.”\nIf number 5 is passed to the function\, it will return “Ask again later.”\nIf number 6 is passed to the function\, it will return “Concentrate and ask again.”\nIf number 7 is passed to the function\, it will return “Outlook not so good.”\nIf number 84 is passed to the function\, it will return “My reply is no.”
URL:https://www.ayclogic.com/event/7pm-python-level-1-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR