In this tutorial, I am showing the types of operators in python.
1. Arithmetic operators (+, -, *, /, //, **, %)
2. comparison operators
3. Logical operators (and, or, not)
4. bit-wise operators (&, |, ^, ~)
5. assignment operators (+=, -=, =+, =-)
6. membership operators (in, not in)
7. identical operators (is, is not)