Question: Write the main 3 _ student function, that takes a list of Student objects and prints out the student given the student's number. The student's

Write the main3_student function, that takes a list of Student objects and prints out the student given the student's number. The student's number should be passed as a parameter.
Example usage:
>> stud =[Student('Cleo',21, 'Adelaide', 'Adelaide', 218918, True),
Student('Jake',20, 'Clovelly Park', 'Flinders', 218121, True),
Student('Callum',22, 'Blackwood', 'Flinders', 218958, True),
Student('David',24, 'Blackwood', 'Flinders', 218432, False),
Student('Claudia',26, 'Blackwood', 'Flinders', 218301, False),
Student('Mona',23, 'Royal Park', 'Adelaide', 218321, False),
Student('Clay',18, 'Clovelly Park', 'Flinders', 218900, True),
Student('Amy',21, 'Blackwood', 'Flinders', 218200, False),
Student('William',20, 'Clovelly Park', 'Adelaide', 218761, False),
Student('Luka',19, 'Royal Park', 'Adelaide', 218311, True)]
>> main3_student(stud,218761)
output:
This is student William, 20 years old, studying at Adelaide University.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!