clarify sorted_names hint

This commit is contained in:
Corey McCandless
2021-05-23 17:05:14 -04:00
committed by BethanyG
parent 9192b4f311
commit 287f7d88b7

View File

@@ -29,5 +29,5 @@ Make sure you have a good understanding of how to create and manipulate lists.
## 7. Sort the Queue List
- You need to `sort` the queue and return the sorted list.
- You need to `copy` the queue, `sort` it, and return the sorted copy.
- The order is alphabetical, hence it should be sorted in ascending order.