Author | Oxnour |
Submission date | 2015-11-13 14:13:54.308636 |
Rating | 4052 |
Matches played | 453 |
Win rate | 43.71 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if not input:
his = ["R","S","P"]
else:
his.append(input)
random.shuffle(his)
output = his[0]