Operator is a symbol that perform certain operations.
Python provides certain operators
- Arithmetic Operators
- Relational Operators Or Comparison Operators
- Logical Operators
- Bitwise Operators
- Assignment Operators
- Special Operators
Operator is a symbol that perform certain operations.
Python provides certain operators