explain all the types of operators supported in python with examples.
Answers
Answered by
2
Explanation:
Python Arithmetic Operators
Operator Description
+ Addition Adds values on either side of the operator.
- Subtraction Subtracts right hand operand from left hand operand.
* Multiplication Multiplies values on either side of the operator
/ Division Divides left hand operand by right hand operand
Similar questions