Author | Cheat |
Submission date | 2011-06-14 17:52:27.223857 |
Rating | 1832 |
Matches played | 5377 |
Win rate | 17.95 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
output = "R"
else:
output = {'R':'S','P':'R','S':'P'}[input]
r = random.random()
random.seed(0)