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