Author | zachpot |
Submission date | 2013-03-24 16:14:24.672451 |
Rating | 1976 |
Matches played | 705 |
Win rate | 20.99 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
round = 1
if round == 1 or round == 2:
output = "R"
else:
output = "S"
round += 1