首页 > 代码库 > python读书笔记之运算

python读书笔记之运算

 

数学 +, -, *, /, **, %

 

判断 ==, !=, >, >=, <, <=, in

 

逻辑 and, or, not

 

python读书笔记之运算