当前位置 : 主页 > 编程语言 > python >

Python运算符

来源:互联网 收集:自由互联 发布时间:2022-06-30
一、and(逻辑与)、or(逻辑或)、not(取反) 优先级:not and or 二、算术运算符 三、赋值操作符 四、转义符

一、and(逻辑与)、or(逻辑或)、not(取反)

优先级:not > and > or

二、算术运算符

Python运算符_算术运算符

三、赋值操作符

Python运算符_转义符_02

四、转义符

Python运算符_python_03


上一篇:详解Python之深浅copy
下一篇:没有了
网友评论