We can reuse the results of min() and max() by saving them in variables.
min()
max()
Make sure to pick = followed by min(scores) and then =, max(scores).
=
min(scores)
max(scores)