Python for Data track
Exercise 4 of 6
Sort the Scores
intermediate +25 XP
- 1The starter has quiz results as (name, score) pairs.
- 2Sort them from highest to lowest score using sorted() with a key.
- 3Print each name on its own line, best first.
0/6

