There's already some code for the players and round. We'll start by displaying player 1 with print(f"player 1: {player_1}").

Make sure to pick print followed by ( and then f, "player 1: {player_1}", ).