Pack 7 / Pre-pandas Data Thinking
sorting data
Lesson pack7-4
sorting data
not started
Hook
Sorting turns a messy list into a clear leaderboard.
Sorting puts data into a useful order.
Smallest-first and biggest-first can tell different stories.
Sorted data makes top and bottom results easier to compare.
Mini Challenge
Sort the scores so the highest number appears first, then print the list.
Full lesson mode with normal detail.
Code Lab
Try it now
Output updates below
Output
[76, 82, 88, 91]
Run the code, tweak it, then beat the challenge.
