int、str、tuple-(不可改变)值类型 list、set、dict-(可变)引用类型
算数运算符
逻辑运算符
成员运算符
身份运算符
对像的3个特征 id、value、type
is、==、isinistance
位运算符