testRPS

AuthorMrA
Submission date2019-02-04 12:55:54.372023
Rating2663
Matches played257
Win rate27.24

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

Source code:

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