numpy_test

AuthorRich
Submission date2012-10-20 15:07:58.107464
Rating4629
Matches played778
Win rate46.4

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

Source code:

import time
import random

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