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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241117T200000
DTEND;TZID=America/Los_Angeles:20241117T210000
DTSTAMP:20260519T225945
CREATED:20241118T064608Z
LAST-MODIFIED:20241118T064608Z
UID:27428-1731873600-1731877200@www.ayclogic.com
SUMMARY:8 PM - Python OOP - Joel
DESCRIPTION:Today we did:\n\nWe started working on the MonsterSystem\n\nHomework:\n\nMake a new file called Nov17_Exercises and do the following:\nMake a new dictionary called student that stores the name as a key and the age as the value. The names and ages are up to you\, but make 3 items.\nFor example\, in mine: {19:John\, 40:Will\, 31:Alice}\nTake Will from the dictionary and print it.\nChange “Will” with “Emma”\nAdd a new item (35:Daniel)\nDelete John from the dictionary.\nMake 3 for loops: One looping through just the keys\, one through just the values\, and one for both the keys and the values.\nMake a new function called format_name. It has two parameters: first_name and last_name. It takes the first_name and last_name\, combines them in one string (you can call it full_name)\, and then returns it.\nMake a new function called print_greeting(). It calls format_name() with a first and last name and prints “Welcome\, <full name>!”.\n\nIf you have any questions\, feel free to email me at joel@ayclogic.com.
URL:https://www.ayclogic.com/event/8-pm-python-oop-joel-5/
END:VEVENT
END:VCALENDAR