Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created March 19, 2026 12:38
Show Gist options
  • Select an option

  • Save pschanely/d98bdbe6e3adf227054d28eae659a0cd to your computer and use it in GitHub Desktop.

Select an option

Save pschanely/d98bdbe6e3adf227054d28eae659a0cd 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 + "a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment