- 运算: +、-、*、/、%、**、//- 赋值运算符: +=、-=、*=、/=、%=、**=、//=- 比较: ==、>、>=、<、<=、!=- 逻辑运算: and、or、not- 位运算符: &、|、^、~、<<、>>- 成员运算符: in、not in- 身份运算符: is、not is