I'm a bit confusing about whether "is not" equivelent to "!="
if a != b: ... if a is not b: ... What's the difference between "is not" and "!=" or they are the same thing? -- http://mail.python.org/mailman/listinfo/python-list
I'm a bit confusing about whether "is not" equivelent to "!="
if a != b: ... if a is not b: ... What's the difference between "is not" and "!=" or they are the same thing? -- http://mail.python.org/mailman/listinfo/python-list