To sort a list like scores, we code the list name, a dot ., and then sort().
scores
.
sort()
Make sure to pick scores, followed by ., and finally sort().