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:20180311T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20181104T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20181026T190000
DTEND;TZID=America/Los_Angeles:20181026T200000
DTSTAMP:20260501T122607
CREATED:20181027T040632Z
LAST-MODIFIED:20181103T030736Z
UID:398-1540580400-1540584000@www.ayclogic.com
SUMMARY:7PM Python Level1
DESCRIPTION:We went over Python Quiz 1 questions and result\nHomework:\n\nWe are going to write a program which is very similar to the scratch “Ask Gobo” from the white scratch book page 60 to 65. We call this game “Magic 8 Ball”. This is a continuation from last week homework. Name this file Magic8Ball.py\n\nCreate a function that would do the following\n\nAsk the user the following “Ask Yes or No Question”\nWait for the user to enter something. After user enter something print “You ask\, <whatever user ask>”.\nAnd then the function will pick a random number from 1 to 8.\nUse the logic from last week homework to decide what answer to give (print) to the user.\nAfter providing the answer\, ask the user again with “Ask Yes or No Question” in a forever loop.\nOnly quit the loop if user type “quit”\n\n\n\n\nCreate a separate python file called “NameMyBaby.py”\n\nCreate a list of String variable (“boysName”) with the following value: ‘John’\, ‘Peter’\, ‘Marcus’\, ‘James’\, ‘Luke’.\nCreate a list of String variable (“girlsName”) with the following value: ‘Abigail’\, ‘Martha’\, ‘Mary’\, ‘Katherine’\, ‘Agustine’.\nCreate a function\n\nthis function would ask a user\, ‘What is your baby gender? (boy/girl)’\nIf user answer boy\, it would pick a random name from ‘girlsName’ list and print the name.\nIf user answer girl\, it would pick a random name from ‘boysName’ list and print the name.\nAfter providing the name\, keep asking the user until user type ‘quit’.
URL:https://www.ayclogic.com/event/7pm-python-level1/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR