Skip to content

Instantly share code, notes, and snippets.

@whoeverest
Created September 20, 2012 16:25
Show Gist options
  • Save whoeverest/3756905 to your computer and use it in GitHub Desktop.
Save whoeverest/3756905 to your computer and use it in GitHub Desktop.
Matz
def add(a, b):
return a + b
def subtract(a, b):
return a - b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment