Skip to content

Instantly share code, notes, and snippets.

@pvanliefland
Last active April 25, 2018 20:11
Show Gist options
  • Save pvanliefland/d0c8071540d0bc3cf8c2786a40a27f50 to your computer and use it in GitHub Desktop.
Save pvanliefland/d0c8071540d0bc3cf8c2786a40a27f50 to your computer and use it in GitHub Desktop.
My Ludus Gist
def yell(name):
print ("HEY %s" % name.upper())
def lol():
print "LOL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment