To loop through the elements in the final_scores list, we write for, a variable like score, the word in, and the list final_scores
final_scores
for
score
in
Make sure to pick for followed by score and then in, final_scores.