Computer Science, asked by bhatiaaditi3189, 5 hours ago

Which of the following operators are valid in python

Answers

Answered by SULTHANASAJI
0

Explanation:

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

3 more rows

Similar questions