Author | randomizer |
Submission date | 2014-06-17 20:59:54.157918 |
Rating | 5368 |
Matches played | 596 |
Win rate | 50.0 |
Use rpsrunner.py to play unranked matches on your computer.
import random
i = random.randint(1,3)
if i == 1:
output = "R"
elif i == 2:
output = "P"
else:
output = "S"