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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210804T170000
DTEND;TZID=America/Los_Angeles:20210804T190000
DTSTAMP:20260508T081156
CREATED:20210805T024033Z
LAST-MODIFIED:20210805T024033Z
UID:8827-1628096400-1628103600@www.ayclogic.com
SUMMARY:5PM – Summer Intro to Python
DESCRIPTION:What We Did Today\n1. We created ShoppingCart with Object Oriented Programming \n2. We learned how to assign object values to a Dictionary key \n3. We learned more about the practicality of Objected Oriented Programming \nHomework\nUsing the grocery variable in the else statement I want you guys to be able to print out the bolded statements below\, so if the user selects “1” it should print “You have purchase Milk for $5”: \nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\n4. I am done\, checkout please\nEnter your selection: 1\nYou have purchase Milk for $5\n\nWhat do you want to purchase:\n1. Milk - $5\n2. Eggs - $4\n3. Orange Juice - $6\n4. I am done\, checkout please\nEnter your selection: 2\nYou have purchase Eggs for $4\n\n\nYou should also add the “grocery” variable into the list shopping_cart. Overall this shouldn’t be too difficult it can all be done in two lines of code. \n  \nIf you guys have any questions you can email me at sohan@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-summer-intro-to-python-14/
CATEGORIES:OOP Python
END:VEVENT
END:VCALENDAR