Author | derpentosh |
Submission date | 2013-10-01 21:25:47.683292 |
Rating | 5428 |
Matches played | 637 |
Win rate | 53.69 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == '':
s = 1
n = 1
s -= 1
n += 1
if s >= 0:
choice = random.choice('RPS')
s = random.randint(1, n)
output = choice