How to write 'ne' (a Perl operator) in Python

Viewed 25

In Perl, we use ne to check if two strings are equal. How does one do this in Python?

0 Answers
Related