Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created November 21, 2012 23:41
Show Gist options
  • Save andrewsmedina/4128579 to your computer and use it in GitHub Desktop.
Save andrewsmedina/4128579 to your computer and use it in GitHub Desktop.
annotations
def hello(name: str, age: int) -> int:
print(name, age)
hello.__annotations__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment