Author | scoppini |
Submission date | 2015-06-30 03:48:39.209129 |
Rating | 2199 |
Matches played | 492 |
Win rate | 22.76 |
Use rpsrunner.py to play unranked matches on your computer.
if input == '':
round = 0
if round < 333:
output = 'R'
elif round < 666:
output = 'P'
else:
output = 'S'
round += 1