To compare the scores, we need to check if score_1 > score_2. We'll do this with the help of an if statement.
score_1 > score_2
if
Make sure to pick if followed by score_1 and then >, score_2:.
score_1
>
score_2: