clarify sorted_names hint
This commit is contained in:
committed by
BethanyG
parent
9192b4f311
commit
287f7d88b7
@@ -29,5 +29,5 @@ Make sure you have a good understanding of how to create and manipulate lists.
|
|||||||
|
|
||||||
## 7. Sort the Queue List
|
## 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.
|
- The order is alphabetical, hence it should be sorted in ascending order.
|
||||||
|
|||||||
Reference in New Issue
Block a user