When using a conditional, the usual order is starting with the expression, followed by the for loop, and finishing with the if statement.
Make sure to pick score, followed by for score in scores, and finally if score > 20.
score
for score in scores
if score > 20