Skip to content

Instantly share code, notes, and snippets.

@baatout
Created July 1, 2018 12:11
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/9789e011f15ae9741721d55825c694c1 to your computer and use it in GitHub Desktop.
Save baatout/9789e011f15ae9741721d55825c694c1 to your computer and use it in GitHub Desktop.
Typed add function
def add(a: int, b: int) -> int:
return a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment