Skip to content

Instantly share code, notes, and snippets.

@whoeverest
Created September 20, 2012 15:21
Show Gist options
  • Save whoeverest/3756559 to your computer and use it in GitHub Desktop.
Save whoeverest/3756559 to your computer and use it in GitHub Desktop.
Distributed Source
def add(a, b):
return a + b + 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment