| 
      
    运算符
      
        !=, [1]
% (percent), [1]
& (ampersand), [1]
* (asterisk), [1]
**, [1]
/ (slash), [1]
//, [1]
< (less), [1]
<<, [1]
<=, [1]
==, [1]
> (greater), [1]
>=, [1]
>>, [1]
@ (at)
^ (caret), [1]
| (vertical bar), [1]
~ (tilde), [1]
and, [1], [2]
in, [1], [2]
is, [1]
is not, [1]
not, [1]
not in, [1], [2]
or, [1], [2]
 |