P2_random

Authorl._.l
Submission date2018-07-01 12:29:17.214962
Rating2319
Matches played285
Win rate24.56

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

Source code:

import random 
Liste = ["R", "P", "S"]    
if input=="": 
    output= random.choice(Liste)
else:
    output = input