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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220719T170000
DTEND;TZID=America/Los_Angeles:20220719T180000
DTSTAMP:20260428T045849
CREATED:20220723T223748Z
LAST-MODIFIED:20220723T235602Z
UID:14051-1658250000-1658253600@www.ayclogic.com
SUMMARY:5 PM - Python OOP - Bill
DESCRIPTION:Gamas substitute \nToday We Do\n\nWe finished with the Book system.\n\nHomework\n\nCreate a new project in Pycharm “MonsterInheritance”. If you are having problem creating a new Pycharm project\, no worries\, you can do this homework inside Book System project\nCreate a new file monster.py. Inside the file\, create a new Monster class with the following attributes:\n\nspecies\nhealth\nmax_attack\n\n\nInside Monster class\, create a new method get_info(self) which will RETURN (not print) like this “<species> – <health> healths – <max_attack> Max attack points.”\nCreate a new file monster_system.py. Inside create MonsterSystem class.\nInside MonsterSystem class\, create application_loop(self) which will continuously display the following menu and get input from user. If user enter “exit”\, stop the loop.\nCall the MonsterSystem application_loop method to run the program.\n\nWelcome to AYCLOGIC Adventure game.\n\nYour have 200 health remaining.\nPlease choose your monster: \n- Troll - 50 healths - 30 Max attack points.\n- Water Golem - 30 healths - 20 Max attack points.\n- Dragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): asdfasdf\nYou have entered an invalid selection. Please try again\n\nYour have 200 health remaining.\nPlease choose your monster: \n- Troll - 50 healths - 30 Max attack points.\n- Water Golem - 30 healths - 20 Max attack points.\n- Dragon - 100 healths - 50 Max attack points.\nEnter your selection (enter "exit" to quit): exit\nThank you for playing AYCLOGIC Monster Adventure\n 
URL:https://www.ayclogic.com/event/5-pm-python-oop-bill-14/
CATEGORIES:OOP Python,Python Class
END:VEVENT
END:VCALENDAR