English, asked by xstylishgirl, 5 months ago

// what does this operator used i python
​​

Answers

Answered by iamvanshika53
0

Answer:

Arithmetic operators: Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication and division.

...

Python Operators.

Operator Description Syntax

+ Addition: adds two operands x + y

- Subtraction: subtracts two operands x - y

* Multiplication: multiplies two operands x * y

Similar questions