标签:关系运算 .com 逻辑运算符 height style href www log 赋值运算
(1) 赋值运算符:= += -= *= /= %=
(2) 算术运算符: + - * / // % **
(3) 关系运算符: > < >= <= == !=
(4) 逻辑运算符: and or not
python 运算符与表达式
原文地址:http://www.cnblogs.com/pzk7788/p/7135870.html