We start out like usual with a for loop to iterate through each element in the original list, like each score in scores.
for
score in scores
Make sure to pick for followed by score and then in, scores.
score
in
scores