Skip to content

Instantly share code, notes, and snippets.

@leehosung
Created August 27, 2015 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leehosung/8db05e7eb5eee5d9ff9f to your computer and use it in GitHub Desktop.
Save leehosung/8db05e7eb5eee5d9ff9f to your computer and use it in GitHub Desktop.
def add(x):
return x + 1
assert add(1) == 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment