Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created January 28, 2024 16:30
Show Gist options
  • Save pschanely/4e7b4372b9e8234d66e8e5e99a1131c7 to your computer and use it in GitHub Desktop.
Save pschanely/4e7b4372b9e8234d66e8e5e99a1131c7 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