How do I achieve the effect of the === operator in Python?

前端 未结 4 1327
轮回少年
轮回少年 2021-01-11 12:22

How do I achieve the effect of the === operator in Python?

For example, I don\'t want False == 0 to be True.

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