ArithmeticΒΆ
Addition + |
|
Subtraction - |
|
Multiplication * |
|
True division / |
|
The unary - (negation) operator (__neg__) |
|
The unary + operator (__pos__) |
|
Integer division // |
|
The remainder of integer division % |
Addition + |
|
Subtraction - |
|
Multiplication * |
|
True division / |
|
The unary - (negation) operator (__neg__) |
|
The unary + operator (__pos__) |
|
Integer division // |
|
The remainder of integer division % |