Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created November 7, 2024 04:28
Show Gist options
  • Save pschanely/61ee6560fea3b220a162e5d26979f8e1 to your computer and use it in GitHub Desktop.
Save pschanely/61ee6560fea3b220a162e5d26979f8e1 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
def make_bigger(n: int) -> int:
'''
pre: n != -5
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