Create a variable named player_1 and set it to characters.pop(), so that it stores "princess peach".
player_1
characters.pop()
"princess peach"
Make sure to pick player_1 followed by = and then characters, pop().
=
characters
pop()