test_1_ppt

Authorprb
Submission date2018-06-16 12:26:30.502890
Rating4481
Matches played275
Win rate45.09

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

Source code:

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