Vsl5B1

AuthorVsl5
Submission date2014-12-11 12:42:58.111430
Rating3303
Matches played554
Win rate31.41

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

Source code:

import random

if input == "":
    ma_liste = []
    j = 0
    for i in range(10):
        ma_liste.append(random.choice(["R","P","S"])) # On ins 'c' 'indice 2

if j == 9:
    j=0
else:
    j +=1
output = ma_liste[j]