Computer Science, asked by 200916june, 13 hours ago

dash and dash are arithmetic operators in python​

Answers

Answered by harshchhawal233
1

Answer:

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

...

Output : 1.

Operator Description Syntax

+ Addition: adds two operands x + y

– Subtraction: subtracts two operands x – y

* Multiplication: multiplies two operands x * y

Similar questions