Write a python program using operators
Answers
Answered by
2
Answer:
Python Operators in general are used to perform operations on values and variables.
Explanation:
Arithmetic Operators.
Operator Description Syntax
– Subtraction: subtracts two operands x – y
* Multiplication: multiplies two operands x * y
Similar questions