Modulo

AuthorJSoffer
Submission date2011-05-30 02:16:32.332244
Rating4889
Matches played6648
Win rate49.05

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

Source code:

import random                                                                
                                                                             
output = ["R","S","P"][random.randint(0,10000) % 3]