首页 > 代码库 > python学习笔记

python学习笔记

python数据类型

python逻辑操作符

身份操作符

is
比较操作符< > <= >= != ==
成员操作符in  not in
逻辑运算符and or not













python学习笔记