Author | Ben |
Submission date | 2014-03-16 16:24:21.152855 |
Rating | 2703 |
Matches played | 626 |
Win rate | 24.92 |
Use rpsrunner.py to play unranked matches on your computer.
import random
if input == "":
count = {'R':0, 'P':0, 'S':0}
else:
count[input] += 1
output = "P"