Author | Vsl5 |
Submission date | 2014-12-11 12:42:58.111430 |
Rating | 3303 |
Matches played | 554 |
Win rate | 31.41 |
Use rpsrunner.py to play unranked matches on your computer.
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]