Author | testilus |
Submission date | 2013-05-01 15:56:32.736924 |
Rating | 4103 |
Matches played | 706 |
Win rate | 43.34 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "": # initialize variables for the first round
list = ["R","P","S"]
else:
list.append(input)
output = random.choice(list)