- This event has passed.
5 PM – Intro to Python – Nathaniel
August 7, 2021 @ 5:00 pm - 6:00 pm
Today We:
- Continued working on school application
- Implemented add_student() method to StudentApplication class
Homework
- The project can be found in google drive under folder named “SchoolApplication”. Go to the src folder and you will see the python files there
- Create a method in SchoolApplication class to list all students in the list of students. Look at example below:
Here's an example: student_list has 3 student objects. the 3 student objects each have a name attribute. and we'll say that the names are 'N', 'E', 'L' If I choose option 2: I expect this output: Student list contians: 'N' who is 18 years old and is in grade 12 'E' who is 21 years old and is in grade 15 'L' who is 15 years old and is in grade 10