Skip to content

Instantly share code, notes, and snippets.

@pixel5
Created September 23, 2015 19:28
Show Gist options
  • Save pixel5/a70bb9888352a9de2954 to your computer and use it in GitHub Desktop.
Save pixel5/a70bb9888352a9de2954 to your computer and use it in GitHub Desktop.
blazeit upgrade
if number == 420 and source == "g2wolf":
response = "Oh look g2wolf has rolled yet another illegitimate 420."
elif number == 420:
response = u"{0} \u00034ROLLED A \u00038DANK 420 \u00033#SMOK".format(source)
elif number != 0:
response = source + " rolled " + str(number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment