Sorting changes the list, so when we reuse or display the list with print(scores), it will appear sorted.

Make sure to type print(scores).