๐Ÿ”ขCustom Sort Keys & Priority QueuesWORKSHOP
1
2
3
4
5

Step 1

Sort a list of dictionaries first by age (ascending), then re-sort the same list by name (ascending). Print the result of each sort on its own line using a list comprehension to show just the names.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)