python【运算符】

运算符:

  +    -    *    /   %  //(加 减 乘 除 取余 取商)

in not in 判断某个东西是不是在 什么什么里面

布尔值 booltrue  and  false

=   ==   >=   <=   !=< >(都是不等于)v=not false(true)

 有括号先执行括号里面的

原文地址:https://www.cnblogs.com/huohu66888/p/9501292.html