{article Examples__Python 3.4 }{title} {text}{/article}

Equality Operators
Python supports the following operators to test two notions of equality:
is same identity
is not different identity
== equivalent
!= not equivalent