Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created June 26, 2025 18:35
Show Gist options
  • Save pschanely/e9a45185bbdc211eb2b5d0cfb3c7b2a2 to your computer and use it in GitHub Desktop.
Save pschanely/e9a45185bbdc211eb2b5d0cfb3c7b2a2 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
def make_bigger(n: int) -> int:
bigger = 2 * n + 10
assert bigger != 0
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment