Tuples are useful because they allow us to return multiple values from a function, like the highest and lowest scores from a list.
Make sure to pick return, followed by highest_score, lowest_score.
return
highest_score, lowest_score