Author | brad |
Submission date | 2011-05-25 20:41:12.517519 |
Rating | 4476 |
Matches played | 6951 |
Win rate | 37.26 |
Use rpsrunner.py to play unranked matches on your computer.
if input == '':
output = 'R'
else:
output = { 'R': 'P', 'P': 'S', 'S': 'R' }[input]