Skip to content

Instantly share code, notes, and snippets.

@pschanely
Created November 4, 2025 22:54
Show Gist options
  • Select an option

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

Select an option

Save pschanely/2712dbbc8c2933eb47e5b670f5cec630 to your computer and use it in GitHub Desktop.
Shared via CrossHair Playground
def program1(a, b):
x = 0
y = 1
if a != 4:
x = 3 + y
if b == 3:
y = 2 * (a + b)
assert(y - x != 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment