| Numeric Operators | String Operators | Comparison Operators |
|---|---|---|
| + Addition | + Concatenation | < |
| - Subtraction | * Multiplication | > |
| * Multiplication | <= | |
| / Division | >= | |
| // Floor Division | == Equal to | |
| % Modulo (remainder) | != Not equal to | |
| ** Power | in Contains Element |
and or or. Negate an expression with not