To reuse the sum of the scores list, we can store the result in a variable like total.
scores
total
Make sure to pick total, followed by =, and finally sum(scores).
=
sum(scores)