is运算符 ==是值相等而is必须是相同的引用才可以 l=[1,2,3] m=[1,2,3] print(l==m) # True print(l is m) # Falsel=[1,2,3] m=[1,2 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交