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