| Author | Alphazone |
| Submission date | 2018-07-07 21:30:58.444540 |
| Rating | 2159 |
| Matches played | 295 |
| Win rate | 23.39 |
Use rpsrunner.py to play unranked matches on your computer.
x = "R"
if input == "":
import random
x = random.choice(["R","P","S"])
output = x
else:
output = x