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:20230608T180000
DTEND;TZID=America/Los_Angeles:20230608T190000
DTSTAMP:20260425T141411
CREATED:20230609T031124Z
LAST-MODIFIED:20230620T013949Z
UID:20140-1686247200-1686250800@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed page 84: 5-5\nWe learned how to get an input from shell\n\nHomework\n\nCreate June8_InputFromShellHomework.py\nDo number 3 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ . Make sure to use input from shell.\nCreate a program that will do the following.\n\nYou need to use if elif else and input from shell for this program.\nYou need to ask user 2 things using Input from shell.\n\nWhat is your name\nWhat is your favorite color.\n\n\nYou need to use if elif else to print the following\n\nif favorite color is green\, then print “green is my favorite color too.”\nif favorite color is grey\, then print “I do not like grey color.”\nif favorite color is everything else\, then print “<person’s name> favorite color is <whatever color they enter>”\n\n\nIf you do the code correctly below are some examples on how your program should work under different name and color inputs.\n\nExample 1\n\n\nWhat is your name: Joe\nHi Joe\, welcome to AYC Logic.\n\nWhat is your favorite color: green\ngreen is my favorite color too.\n\n\n\n\nExample 2\n\n\nWhat is your name: Kade \nHi Kade\, welcome to AYC Logic. \n\nWhat is your favorite color: yellow \nKade's favorite color is yellow.\n\n\n\nExample 3\n\n\nWhat is your name: Gamas \nHi Gamas\, welcome to AYC Logic. \n\nWhat is your favorite color: grey \nI do not like grey color.\n\n\n\nExample 4\n\n\nWhat is your name: Leila\nHi Leila\, welcome to AYC Logic\n\nWhat is your favorite color: red\nLeila's favorite color is red
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-gamas-2-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR