Author | hahasee |
Submission date | 2011-06-11 00:50:39.734387 |
Rating | 2788 |
Matches played | 5416 |
Win rate | 31.26 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
count = 0
if count % 3 == 0:
output = "S"
count = 1
elif count % 3 == 1:
output = "P"
count = 2
elif count % 3 == 2:
output = "R"
count = 0