Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 29, 2011 01:10
Show Gist options
  • Save caleywoods/801371 to your computer and use it in GitHub Desktop.
Save caleywoods/801371 to your computer and use it in GitHub Desktop.
def upcase(text):
return text.upper()
@upcase
def words(text):
return ' '.join(text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment