To compare the scores, we need to check if score_1 > score_2. We'll do this with the help of an if statement.

Make sure to pick if followed by score_1 and then >, score_2:.