Is there a “not equal” operator in Python?


In Python 2.x <> as well as != symbols are defined as 'not equal to' operators. In Python 3, <> operator is deprecated.

Updated on: 30-Jul-2019

211 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements