rps_v0

Authortac
Submission date2014-12-07 01:46:38.403566
Rating4822
Matches played563
Win rate46.54

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

Source code:

import random

output = random.choice(['R','S','P'])