Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created June 26, 2025 18:46
Show Gist options
  • Save pschanely/c07aef7fb924625e4e2730e8b54b026a to your computer and use it in GitHub Desktop.
Save pschanely/c07aef7fb924625e4e2730e8b54b026a 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 bigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment