Author | goska |
Submission date | 2012-02-05 14:22:37.834362 |
Rating | 2963 |
Matches played | 780 |
Win rate | 26.28 |
Use rpsrunner.py to play unranked matches on your computer.
from random import choice
if input == '':
output = choice(["R","P","S"])
else: output = input