For this round's outcome, use {player_1} and {player_2} to code an f-string that displays Sam defeats Alex.
{player_1}
{player_2}
Sam defeats Alex
Make sure to pick f followed by " and then {player_1}, defeats, {player_2}, ".
f
"
defeats