- This event has passed.
6 PM – Python OOP – Bill
September 17, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Reviewed the Homework
- Started the School Application project
- Created a student class
Your HW:
- Create a new file in your src folder called teacher
- Inside that file, create a teacher class with the following attributes:
- name
- age
- subject
- Give the teacher class a get_info method like the student class
- Create 2 instances of the teacher class in the main.py and print the get_info method from both