This is my code:
def game_changer(games_list, game): if game == "": game.pop() return game + " popped from the list"