battlebot10

AuthorOxnour
Submission date2015-11-13 14:13:54.308636
Rating4052
Matches played453
Win rate43.71

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

Source code:

import random

if not input:
    his = ["R","S","P"]
else:
    his.append(input)

random.shuffle(his)
output = his[0]