Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created March 9, 2026 17:40
Show Gist options
  • Select an option

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

Select an option

Save pschanely/d2bb41a4b1318c3279c944e1854e07ab to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
def make_bigger(n: int) -> int:
return 2 * n + 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment