I come from a c style languages, so I am natural in using != as not equal, but when I came to Python, from the documentation I read, I learned that for this pur
!=
Just for the record,<> has been obsolete since at least as early as version 1.4, which was released in October 1996.
<>