Insert the variables player_2, player_2_score, and player_1_score into the f-string to display Alex wins with 13 to 10.
player_2
player_2_score
player_1_score
Alex wins with 13 to 10
Make sure to pick {player_2}, followed by {player_2_score}, and finally {player_1_score}.
{player_2}
{player_2_score}
{player_1_score}