- This event has passed.
5 PM – Python OOP – Darin
January 29 @ 5:00 pm - 6:00 pm
Today We Did
- Went over the final practice quiz solutions
- Refer to our files folder under “Final Practice Quiz (Driver System)” for the solution we made in class
- Answer key: https://www.ayclogic.com/python-oop-practice-test-driver-system-answer-key/
Password: ayclogicCodingAndArtSchool2021
- Corrected each others code on the final practice quiz
Homework
- Study for Final Quiz
- Do the following below from last week if you did not did not do so yet (we didn’t have time to do this in class)
Re-Upload monster.py, troll.py, dragon.py, water_golem.py, and monster_system.py into your folder called MonsterInheritance on the google drive.
- Follow the same instructions from the previous week’s homework instructions (https://www.ayclogic.com/event/5-pm-python-oop-dari/), and if your program still doesn’t work, ask me questions on email on your errors, and refer to the google drive where I upload the class notes (email me asking for the link if you don’t have the link)
- In the code for each inherited monster class, use this instead:
super().receive_magic_attack(damage_point, magic_type)
Because the parent method is supposed to take only one parameter.
Notes
If you have any questions, email me at ddjapri@ayclogic.com !!