« All Events
6 PM – Python OOP – Daniel
February 5 @ 6:00 pm - 7:00 pm
What We Did
- We continued working on School System.
- Added student class and the selections
Homework
- Create a new file called teacher.py and inside add attributes, name, age, phone, subject_of_expertise.
- Inside of our School System file, add code to implement the following
Please select one of the following
1. Add Student
2. List all students
3. Find Student
4. Add Teacher
5. List all teachers
Enter your selection (Enter "exit" to quit): 4
Enter Teacher Name: Daniel
Enter Teacher age: 20
Enter Teacher phone: 888-888-8888
Enter Teacher Subject of Expertise: Python
You have added Daniel as one of our teachers.