Complete the f-string that displays the name of the first player by coding {player_1}.
{player_1}
Make sure to pick {, followed by player_1, and finally }.
{
player_1
}