Skip to content

Instantly share code, notes, and snippets.

@timtan
Created March 26, 2013 10:44
Show Gist options
  • Save timtan/5244502 to your computer and use it in GitHub Desktop.
Save timtan/5244502 to your computer and use it in GitHub Desktop.
a basic example which will raise exception
__author__ = 'tim'
def is_even_number(number):
return number % 2 == 0
is_even_number('2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment