Operators in Python language
Operators are used to perform specific actions in programming languages. Here are names of some common operator in Python:
- Arithmetic Operators ( Also known as math operators )
- Assignment Operators ( To assign values to variables )
- Comparison Operators ( To compare value of two or more variables )
- Logical Operators ( To combine multiple operations logically )