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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T170000
DTEND;TZID=America/Los_Angeles:20230303T180000
DTSTAMP:20260423T064033
CREATED:20230304T015911Z
LAST-MODIFIED:20230304T015911Z
UID:18319-1677862800-1677866400@www.ayclogic.com
SUMMARY:5 PM – Intro To Python – Shawn
DESCRIPTION:What we did\n\nHomework review\nIf statements\n\nHomework\n\nCreate a file named Mar3_IfElseHW.py\nCopy pages 79-81 from the textbook\nTurn it in a day before class\n\nIf you have any questions\, don’t hesitate to email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-shawn-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T170000
DTEND;TZID=America/Los_Angeles:20230303T180000
DTSTAMP:20260423T064033
CREATED:20230308T211853Z
LAST-MODIFIED:20230308T211853Z
UID:18400-1677862800-1677866400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework\n\nCreate a new project called Mar3Magic8Ball.java\, and use a combination of Random module\, while loop\, if else statements to create Magic8Ball game.\nLook at below Python codes for your reference\n\n\n\n\nimport random\n\nwhile True: \n    user_question = input("\nEnter your question? ")\n    if user_question.lower() == "quit" or user_question.lower() == "exit": \n        print("Bye bye")\n        break\n    random_num = random.randint(1\, 8)\n    if random_num == 1:\n        print("It is certain") \n    elif random_num == 2:\n        print("Most likely.") \n    elif random_num == 3:\n        print("Signs point to yes.") \n    elif random_num == 4:\n        print("I don’t think so.") \n    elif random_num == 5:\n        print("Ask again later.") \n    elif random_num == 6:\n        print("Concentrate and ask again.") \n    elif random_num == 7:\n        print("Outlook not so good.") \n    elif random_num == 8:\n        print("My reply is no")
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T173000
DTEND;TZID=America/Los_Angeles:20230303T183000
DTSTAMP:20260423T064033
CREATED:20230304T024233Z
LAST-MODIFIED:20230304T024233Z
UID:18322-1677864600-1677868200@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue on Feb24_RobuxShoppingCart.py\nAdd codes so your program can have these 2 features\n\nIt will not allow to make purchase if you do not have enough robux\nYou will be able to add 200 robux if you enter the right credit card number ABCD1234.\n\n\nIf you do it correctly\, it will do the following\n\nWelcome to Robux Bank\, you have 300 robux in the beginning.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 3\nYou only have 300 robux remaining. Therefore you cannot purchase VIP Server for 500 robux.\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: asdfasd\nYou have entered an invalid credit card number\n\nWhat do you want to do: \n1. Buy hat 100 Robux\n2. Buy hair 150 Robux\n3. VIP Server 500 Robux\n4. Add more Robux\nEnter your selection. Enter “done” when finish: 4\nEnter your Credit Card number: ABCD1234\nThank you for purchasing 200 Robux. You now have 500 robux remaining.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-gamas-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR