Randomania

AuthorWillhelm
Submission date2013-01-06 14:52:08.942327
Rating5330
Matches played770
Win rate52.47

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

Source code:

from random import choice
states=["R", "P", "S"]
output=choice(states)