Computer Science, asked by daksh9625, 11 hours ago

What is the name of the = = to operator in python?​

Answers

Answered by solankimaddham
0

Answer:

Explanation:

Types of Operator

Python language supports the following types of operators.

Arithmetic Operators

Comparison (Relational) Operators

Assignment Operators

Logical Operators

Bitwise Operators

Membership Operators

Identity Operators

Let us have a look on all operators one by one.

Answered by king7429
0

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