To filter for elements that meet a certain condition, we add an if statement, like here where we only copy the score if score > 20.

Make sure to type if score > 20.