Display Round 1 by coding the f-string f"Round {current_round}!"
Round 1
f"Round {current_round}!"
Make sure to pick Round followed by { and then current_round, }.
Round
{
current_round
}