A Brief Overview of Operators In Python
Operators In Python
In Python, operators are the special symbols that are responsible for the operation between two operands. We can also say that it is like a pillar of any program on which the logic is built in any programming language.
OPERATORS- Operators are special symbols like '-', '+' , '*' , '/', '=' etc. OPERAND- Operand is a value on which the operator is applied.
The following are the operators available in python:
For more, visit this link
https://erpsolutions.oodles.io/developer-blogs/A-Brief-Overview-of-Operators-In-Python/
















