P or S

AuthorTest
Submission date2018-06-05 17:14:15.399030
Rating1908
Matches played285
Win rate18.25

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

Source code:

if input == "S":
    output = "P"
else:
    output = "S"