Insert the variables player_2, player_2_score, and player_1_score  into the f-string to display Alex wins with 13 to 10.

Make sure to pick {player_2}, followed by {player_2_score}, and finally {player_1_score}.