Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Created November 29, 2021 16:44
Show Gist options
  • Save pigmonchu/961597f19baaaa77caa589266b597849 to your computer and use it in GitHub Desktop.
Save pigmonchu/961597f19baaaa77caa589266b597849 to your computer and use it in GitHub Desktop.
def n(a):
return (a % 2) == 0
def p(k):
return not n(k)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment