Today we did:
- We worked on the ShoppingCartApplication version 2.
Homework:
- Create a new file called MonsterInheritanceMain.py. It will be empty for now
- Create a new file called Monster. In this Monster class it will have three attributes: species, health, and max_attack. Create the constructor with these three attributes. It will also have a get_info method, which will return the string
- “<species (uppercase)> – <health> health – <max_attack> max attack”
- Make sure to submit your homework in the Google Drive before the lesson.
If you have any questions, feel free to email me at joel@ayclogic.com