Continue working on SchoolSystem:
Example output:
Please select one of the following 1. Add student 2. List all students (list) 4. Add teacher 8. List all students (dictionary) Enter your selection (Enter "exit" to quit): 1 ADD NEW STUDENT Enter student's name: Joe M. Enter student's age: 21 Enter student's grade: 9 You have added a new student Joe M. in our system. Please select one of the following 1. Add student 2. List all students (list) 4. Add teacher 8. List all students (dictionary) Enter your selection (Enter "exit" to quit): 2 LIST ALL STUDENTS (LIST) Joe M. - 21 years old - Grade 9 Please select one of the following 1. Add student 2. List all students (list) 4. Add teacher 8. List all students (dictionary) Enter your selection (Enter "exit" to quit): 8 LIST ALL STUDENTS (DICTIONARY) Joe M. - 21 years old - Grade 9 Please select one of the following 1. Add student 2. List all students (list) 4. Add teacher 8. List all students (dictionary) Enter your selection (Enter "exit" to quit): 4 ADD NEW TEACHER Enter teacher's name: William Enter teacher's age: 19 Enter teacher's subject of expertise: Python OOP William was successfully added to the system!
If you have any questions, please email me at williamsmith@ayclogic.com.