Created
June 26, 2025 18:35
-
-
Save pschanely/e9a45185bbdc211eb2b5d0cfb3c7b2a2 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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