Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created February 5, 2020 12:36
Show Gist options
  • Save pschanely/465a704f96aac6461a8f4d5a350933c4 to your computer and use it in GitHub Desktop.
Save pschanely/465a704f96aac6461a8f4d5a350933c4 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
def make_bigger(n: int) -> int:
'''
post: __return__ != 100
'''
return 2 * n + 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment