Skip to content

Instantly share code, notes, and snippets.

@bobmurder
Created November 14, 2012 00:01
Show Gist options
  • Save bobmurder/4069263 to your computer and use it in GitHub Desktop.
Save bobmurder/4069263 to your computer and use it in GitHub Desktop.
import random
print "bot 1"
if input is '':
print "input = ''"
else:
print input
output = random.choice(['R', 'P', 'S'])
print "bot 1"
print output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment