- This event has passed.
6 PM – Python OOP – Gamas
March 8, 2023 @ 6:00 pm - 7:00 pm
Homework
- Continue on MonsterInheritance project.
- Create Monster class inside monster.py
- species
- health
- max_damage
- Also create get_info(self) method
- Use the Monster class inside MonsterInheritance class to do
- Add New Monster
- List all monsters