Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created April 22, 2024 23:46
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 pschanely/895bf82b25886315bb99036e5c6630e3 to your computer and use it in GitHub Desktop.
Save pschanely/895bf82b25886315bb99036e5c6630e3 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
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