Practice ยท 2 of 3
Sort Records by Field
Given a list of product dicts with 'name' and 'price', implement cheapest_first(products) returning a new list sorted by ascending price.
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Sorting with key