Python not equal operator

Python 2 supports both, in python 3 the <> operator has been removed.

There is no difference between the two, but != is the preferred form.

Leave a Comment