RS-007

Author007
Submission date2013-10-01 21:04:26.963737
Rating2094
Matches played691
Win rate21.71

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

Source code:

import random
output = 'R' if (random.uniform(0,1)> 0.7) else 'S'