运算:+ - * / //取整数除 %取余 **取方赋值运算:= += -= *= /= %= **= //=关系运算:< > != <= >= ==逻辑运算:and or not 成员运算:in not in身份运算:is is not