Last active
April 25, 2018 20:11
-
-
Save pvanliefland/d0c8071540d0bc3cf8c2786a40a27f50 to your computer and use it in GitHub Desktop.
My Ludus Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def yell(name): | |
print ("HEY %s" % name.upper()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def lol(): | |
print "LOL" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment