算术运算符:+ - * / %
**
//
比较操作符:== != <> > < >= <=
赋值运算符:= += -= *= /= **= //=
位运算符:& | ^ ~ << >>
逻辑运算符:and or not
成员运算符:in not in
标识运算符:is is not