Next, we want to create a method that can interact with the non computer player. We'll call it respond and it have the parameter player.
respond
player
Make sure to pick def followed by respond and then (, self, player, ).
def
(
self
)