To find the smallest number in the scores list, we use min() with the list name between parentheses.
scores
min()
Make sure to pick min, followed by scores.
min