Created
February 5, 2020 12:36
-
-
Save pschanely/465a704f96aac6461a8f4d5a350933c4 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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