Skip to content

Instantly share code, notes, and snippets.

@baatout
Last active July 1, 2018 12:05
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 baatout/6a44de97eb6e72970924ee2c1ab4bf70 to your computer and use it in GitHub Desktop.
Save baatout/6a44de97eb6e72970924ee2c1ab4bf70 to your computer and use it in GitHub Desktop.
A function with no types
def add(a, b):
return a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment