Author | andrew |
Submission date | 2011-06-10 01:18:45.319352 |
Rating | 3158 |
Matches played | 5394 |
Win rate | 28.94 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
count = 0
output = "S"
else:
count += 1
if (count % 7) == 0:
output = "P"
else:
output = input