Created
February 17, 2026 13:46
-
-
Save pschanely/8f7e1f585467cb2f2f8b3a44941854e7 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
This file contains hidden or 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__ != 0 | |
| ''' | |
| return 2 * n + 10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment