Explain about operators in python
Answers
Answered by
2
Explanation:
- Operators are special symbols in Python that carry out arithmetic or logical computation.
- The value that the operator operates on is called the operand.
Types:-
- Arithmetic Operators
- Comparison (Relational) Operators
- Assignment Operators
- Logical Operators
- Bitwise Operators
- Membership Operators
- Identity Operators
Answered by
1
Explanation:
Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand.
TYPES OF OPERATORS IN PYTHON :
We have 8 assignment operators- one plain, and seven for the 7 arithmetic python operators. Assigns a value to the expression on the left. Notice that = = is used for comparing, but = is used for assigning. Adds the values on either side and assigns it to the expression on the left.
I THINK THIS IS HELPFUL TO YOU
Similar questions