Hindi, asked by Lutooolebaba, 1 month ago

explain the various types of phython operators​

Answers

Answered by llMrSwagerll
1

Explanation:

Python supports 7 different types of operators and by using these operators we can perform various operations like Arithmetic, Comparison, ...

https://www.w3schools.com › python

Python Operators - W3Schools

Arithmetic operators; Assignment operators; Comparison operators; Logical operators; Identity operators; Membership operators; Bitwise operators

Answered by kashvichaurasia819
2

Answer:

Python Arithmetic Operators

Operator Description

+ Addition Adds values on either side of the operator.

- 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

Similar questions