Author | l._.l |
Submission date | 2018-07-01 12:29:17.214962 |
Rating | 2319 |
Matches played | 285 |
Win rate | 24.56 |
Use rpsrunner.py to play unranked matches on your computer.
import random
Liste = ["R", "P", "S"]
if input=="":
output= random.choice(Liste)
else:
output = input