Skip to content

Instantly share code, notes, and snippets.

@s3thi
Created June 9, 2014 10:33
Show Gist options
  • Select an option

  • Save s3thi/b8cf6ad65289efb40cc4 to your computer and use it in GitHub Desktop.

Select an option

Save s3thi/b8cf6ad65289efb40cc4 to your computer and use it in GitHub Desktop.
def add_five(n):
return n+5
def add_seven(n):
return n+7
def add_nine(n):
return n+9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment