Skip to content

Instantly share code, notes, and snippets.

@jacobian
Forked from tswicegood/objectify.py
Created February 9, 2010 17:15
Show Gist options
  • Save jacobian/299422 to your computer and use it in GitHub Desktop.
Save jacobian/299422 to your computer and use it in GitHub Desktop.
def print_name(for_user):
print "name is %s" % for_user
print_name(for_user="Travis Swicegood")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment