| Operator Sing | Description |
|---|---|
| + | Addition |
| - | Substraction |
| * | Multiplication |
| / | Division |
| % | Modulus |
| ** | Exponentiation |
| // | Floor Division |
| Operator Sing | Description |
|---|---|
| == | Equal |
| != | Not eual |
| > | Grater than |
| < | Less than |
| >= | Grater than or equal to |
| <= | Less than or equal to |