python之运算符

Python语言支持以下类型的运算符:
1.算术运算符
2.比较(关系)运算符
3.赋值运算符
4.逻辑运算符
5.位运算符
6.成员运算符
7.身份运算符
8.运算符优先级

简单介绍一下

python的算术运算符

python的比较运算符

 python的赋值运算符

 python的位运算符

Python逻辑运算符

 Python成员运算符

Python身份运算符

 Python运算符优先级

原文地址:https://www.cnblogs.com/hello-wei/p/9541405.html