Skip to content

Instantly share code, notes, and snippets.

@raph-amiard
Created December 25, 2010 13:24
Show Gist options
  • Save raph-amiard/754874 to your computer and use it in GitHub Desktop.
Save raph-amiard/754874 to your computer and use it in GitHub Desktop.
posterous post python example 1
def func(a=15, b=20):
return a + b
func(a=12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment