Author | emeraldd |
Submission date | 2011-08-13 05:26:33.631192 |
Rating | 3827 |
Matches played | 3438 |
Win rate | 41.45 |
Use rpsrunner.py to play unranked matches on your computer.
if input == "R":
output = "P"
elif input == "P":
output = "S"
else:
output = "R"