Random_choice

AuthorDan Haiduc
Submission date2011-07-06 12:35:48.261522
Rating5089
Matches played4192
Win rate49.43

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

Source code:

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