pirata wrote:
I'm a bit confusing about whether "is not" equivelent to "!="
>>> 0 is not 0.0 True >>> 0 != 0.0 False -- http://mail.python.org/mailman/listinfo/python-list
pirata wrote:
I'm a bit confusing about whether "is not" equivelent to "!="
>>> 0 is not 0.0 True >>> 0 != 0.0 False -- http://mail.python.org/mailman/listinfo/python-list