Computer Science, asked by tejshvinisahu008, 4 months ago

1.3. Long Answer Questions:
1. Explain all types of operators in python?​

Answers

Answered by shaileshkrsinha24
1

Answer:

Python Arithmetic Operators

Operator Description

* 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

** Exponent Performs exponential (power) calculation on operators

+ Addition adds number

- subtraction

Explanation:

I know this much

Similar questions