Skip to content

Instantly share code, notes, and snippets.

@agiliq
Created July 15, 2009 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agiliq/147914 to your computer and use it in GitHub Desktop.
Save agiliq/147914 to your computer and use it in GitHub Desktop.
Jython 2.2.1 on java1.6.0_0
Type "copyright", "credits" or "license" for more information.
>>> None
>>> None > 10
0
>>> None < 10
1
>>> None == None
1
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment