Author | Rps_beater |
Submission date | 2016-04-01 04:57:09.977516 |
Rating | 1988 |
Matches played | 427 |
Win rate | 18.74 |
Use rpsrunner.py to play unranked matches on your computer.
if input == 'R':
output = 'P'
if input == 'P':
output = 'S'
if input == 'S':
output = 'R'
else:
output = 'R'