Use an instruction to add "Sue" to the end of the players list.
"Sue"
players
Make sure to type players.append("Sue").
players.append("Sue")