What does the <> operator do in python?

后端 未结 3 1540
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-02 02:13

I just came across this here, always used like this:

if string1.find(string2) <> -1:
    pass

What does the <> ope

3条回答
提交回复
热议问题