BELUGA_test

AuthorBelugacat
Submission date2013-10-01 20:41:52.059362
Rating4931
Matches played615
Win rate50.41

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

Source code:

import random
choices = ['R', 'P', 'S']

output = random.choice(choices)