You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
Given a list of dicts like `{'name': 'A', 'score': 10}`, write `top_scores(records)` returning the list sorted by score, highest first.
What this proves: Sort structured data by an extracted key rather than by hand.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.