Computer Science, asked by regunathkarthik, 9 months ago

what symbols in python?

Answers

Answered by rakzhana01
0

Answer:

- 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

% Modulus

Answered by gaurikumari06209
0

Explanation:

Python Arithmetic Operators

Operator Description

- 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

% Modulus Divides left hand operand by right hand operand and returns remainder

3 more rows

Similar questions