标签:成员 inf not 逻辑运算 运算 com 运算符 code 常用
1、算术运算符------ + - * / % //
2、比较运算符------ > < >= <= != ==
3、赋值运算符------ = += -=
4、逻辑运算符------- and or not
5、成员运算符------- in not in
Python常用的运算符
原文地址:https://www.cnblogs.com/miao233/p/12206282.html