Question: Assume scores is a list of randomly-ordered numbers between 0 and 100. Write code that sorts the list, reverses the order of the items in
Assume scores is a list of randomly-ordered numbers between 0 and 100. Write code that sorts the list, reverses the order of the items in the list, and prints the biggest value in the list.
Step by Step Solution
3.48 Rating (161 Votes )
There are 3 Steps involved in it
You can achieve this in Python by sorting the list in ascending order re... View full answer
Get step-by-step solutions from verified subject matter experts
