Everyother

AuthorJchen
Submission date2011-06-15 22:26:55.572456
Rating4378
Matches played5452
Win rate47.96

Use rpsrunner.py to play unranked matches on your computer.

Source code:

import random

count = 0
if input == "":
    output = random.choice(["R","P","S"])
    count +=1
else:
    if(count%2==0):
        output = random.choice(["R","P","S"])
        count+=1
    else:
        output = output
        count+=1