Author | iggi |
Submission date | 2019-02-04 19:42:18.343083 |
Rating | 4867 |
Matches played | 245 |
Win rate | 48.57 |
Use rpsrunner.py to play unranked matches on your computer.
import random
moves = ["R", "P", "S"]
lPlayed = ""
lPlayed = random.choice(moves)
output = lPlayed