- This event has passed.
6 PM – Python OOP – Bill
October 29, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Finished the Book System project
- Started the Monster Inheritance project
- Learned about inheritance
Your HW:
- Create a new file called monster.py
- Create a monster class with the following:
- Attributes: species, health, damage
- Method: get_info; returns a string that displays all of the monster’s attributes