AON LAZIO wrote:
As subject says, what is the differences of 'is not' and '!='. Confusing..

"is not" checks if two objects are not identical. "!=" checks if two objects are not equal.

Example:
Two apples may be equal in size, form and color but they can never be identical because they are made up from different atoms.

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to