error = 'Please enter how many rounds you would like to play? press for infinite mode ' number_rounds = int(input('how many rounds would you like to play? ')) print(f'You picked {number_rounds} rounds') rps = str(input('Pick Rock Paper or Scissors ')).lower()