| tutorial | https://www.youtube.com/watch?v=jBXve_vh7dU |
|---|
- Write a function called
sort_namesthat, given a list of names, returns them in alphabetical order.
-
Every list comes with default functions that allows sorting- use it inside your function!
-
Stuck on sorting? Read W3 Schools page on sorting lists: