【发布时间】:2015-09-23 05:54:40
【问题描述】:
学习python。我怀疑使用以下运算符:
!= —> Checks if the value of two operands is equal or not, if values are not equal then condition becomes true.
<> —> Checks if the value of two operands is equal or not, if values are not equal then condition becomes true.
上面的定义对(referred from book)?如果是,当我们同时使用这两个运算符时。请在正确的情况下分享您的经验!!!
【问题讨论】:
标签: python python-2.7 operators comparison-operators