Skip to content

Instantly share code, notes, and snippets.

@aleksey-rezvov
Created December 28, 2021 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save aleksey-rezvov/9dc0e52479f23772ab3c8ff14be94196 to your computer and use it in GitHub Desktop.
Save aleksey-rezvov/9dc0e52479f23772ab3c8ff14be94196 to your computer and use it in GitHub Desktop.
def is_even(number):
''' Returns True if **number** is even or False if it is odd. '''
return number % 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment