To find the largest number in a list of data like scores, code max(), with the name of the list between parentheses.
scores
max()
Make sure to pick max, followed by (, and finally ).
max
(
)