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:20181103T180000
DTEND;TZID=America/Los_Angeles:20181103T190000
DTSTAMP:20260501T110929
CREATED:20181106T040141Z
LAST-MODIFIED:20181106T040141Z
UID:431-1541268000-1541271600@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over last week homework.\n\nLearned how to generate random number generator.\nLearned how to do forever loop using While loop.\nWe learned how to make Magic 8 Ball program.\n\n\nHomework:\n\nCreate a new python file in Thony\, name it Nov3_2018Homework.py.\nCreate a new variable called “students”. Data type of this variable would be List of String and value would be: “Vivian”\, “Jessalyn”\, “Eason”.\nCreate a for loop which will go through each of the String inside the List and print the name. This is what you need to put to loop through each of the String inside the List.\nfor name in students:   \n    print(name)\n\nRun above program and make sure it prints like the following\n\n\nVivian\nJessalyn\nEason\n\n\n\nNow change above program to do the following inside the loop\n\nGenerate a random number between 1 to 3. Look at last week homework to know how to do this.\nIf generated number is 1 print “I am a Python programmer\, my name is <whatever the name from students>\nIf generated number is 2 print “I am a Scratch programmer\, my name is <whatever the name from students>\nIf generated number is 3 print “I am a Java programmer\, my name is <whatever the name from students>
URL:https://www.ayclogic.com/event/6pm-python-level-1-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR