SpiceQA
Questions
Tags
Users
Badges
How to write 'ne' (a Perl operator) in Python
柏江山
0
Created Sep 22, 2022
Edited Sep 22, 2022
Viewed 25
Follow
In Perl, we use
ne
to check if two strings are equal. How does one do this in Python?
string
python
-3
0
Add comment
+
Share
0 Answers
Related