Author | falcon |
Submission date | 2012-08-29 15:41:16.674310 |
Rating | 3984 |
Matches played | 766 |
Win rate | 36.16 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
last = "R"
output = "R"
if last == "R":
last = "P"
output = "P"
elif last == "P":
last = "S"
output = "S"
elif last == "S":
last = "R"
output = "R"