Author | andrew |
Submission date | 2011-06-09 07:46:13.534806 |
Rating | 1706 |
Matches played | 5440 |
Win rate | 16.47 |
Use rpsrunner.py to play unranked matches on your computer.
R=1;
P=2;
S=3;
if input == "": # initialize variables for the first round
ins = []
elif input == "R":
ins.append(R)
elif input == "P":
ins.append(P)
elif input == "S":
ins.append(S)
tot=sum(ins) -3*((sum(ins)+1)/3) + 1
if tot == 1:
output="R"
elif tot == 2:
output="R"
elif tot == 3:
output="R"