Rapist

AuthorDhaivat
Submission date2011-06-09 08:02:57.913312
Rating3798
Matches played5198
Win rate36.49

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

Source code:

a = ["R", "R", "R", "P", "P", "S", "S"]

import random 
output = random.choice(a)