在使用“is”和“==”比较操作符时,更推荐使用哪种方式呢?
if x is y: return True
还是
if x == y: return True
对于“is not”同样适用。
用户名或电子邮箱地址
密码