Question: PYTHON 3: This project assumes that you have completed Project 1. Place several Student objects into a list and shuffle it. Then run the sort
PYTHON 3:
This project assumes that you have completed Project 1. Place several Student objects into a list and shuffle it. Then run the sort method with this list and display all of the students information.
Note: The sorted list should be output in the following format
Sorted list of students: Name: Name1 Scores: 0 0 0 0 0 0 0 0 0 0 Name: Name2 Scores: 0 0 0 0 0 0 0 0 0 0 Name: Name3 Scores: 0 0 0 0 0 0 0 0 0 0 Name: Name4 Scores: 0 0 0 0 0 0 0 0 0 0 Name: Name5 Scores: 0 0 0 0 0 0 0 0 0 0
Hint: Use the print function with a Student object as an argument to print the Student object in the format specified above.

NEEDS TO BE ABLE TO ALSO PASS THE BELOW TESTS:



Instructions This project assumes that you have completed Project 1.Place several student objects into a list and shuffle it. Then run the sort method with this list and display all of the students information. Note: The sorted list should be output in the following format Sorted list of students: Name: Name1 scores: Name: Name2 scores: Name: Name3 scores: Name: Name4 scores: Name: Name5 scores: Hint: Use the print function with a student object as an argument to print the student object in the format specified above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
