Skip to content

Instantly share code, notes, and snippets.

@twexler
Created February 13, 2012 23:09
Show Gist options
  • Save twexler/1821335 to your computer and use it in GitHub Desktop.
Save twexler/1821335 to your computer and use it in GitHub Desktop.
All the things!
def allthethings(a, b=None):
if b == None: b = "things"
print "%s all the %s!" % (a,b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment