Author | Rednax50204 |
Submission date | 2014-09-02 01:02:46.936318 |
Rating | 2762 |
Matches played | 617 |
Win rate | 27.88 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "":
output = "R"
if input == "R":
output = "R"
if input == "P":
output = "P"
if input == "S":
output = "S"