I\'m trying to get this rock paper scissors game to either return a Boolean value, as in set player_wins to True or False, depending on if the player wins, or to re
player_wins
Have your tried using the 'return' keyword?
def rps(): return True