Skip to content

Instantly share code, notes, and snippets.

@ayvacs
Created June 23, 2024 01:28
Show Gist options
  • Save ayvacs/fd7333f36647909ef1ebc3a1fa23868c to your computer and use it in GitHub Desktop.
Save ayvacs/fd7333f36647909ef1ebc3a1fa23868c to your computer and use it in GitHub Desktop.
Approximate if a number is even or odd (≈50% probability of being correct)
def is_even(n):
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment