Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created March 14, 2024 18:16
Show Gist options
  • Save pschanely/bef36d266020e4fc91d2664660c82984 to your computer and use it in GitHub Desktop.
Save pschanely/bef36d266020e4fc91d2664660c82984 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