📜  比较python代码示例中的值

📅  最后修改于: 2022-03-11 14:46:35.732000             🧑  作者: Mango

代码示例1
Operator:  Comparitive test:
   ==      Equality
   !=      Inequality
   >       Greater than
   <       Less than
   >=      Greater than or equal to
   <=      Less than or equal to