Computer Science, asked by souravsinghstar14, 4 months ago

explain all the types of operators supported in python with examples.​

Answers

Answered by pooja9070
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