Computer Science, asked by sathwika07, 7 months ago

what
is an
operator ? Explain
all the operators
available in
Python​

Answers

Answered by expertgenius1st
1

Answer:

Python Operator – Objective

On the other hand, we will learn different types of Python Operators: Arithmetic, Relational, Assignment, Logical, Membership, Identity, and Bitwise Operators with their syntax and examples. Python operator is a symbol that performs an operation on one or more operands.

Explanation:

is' operator – Evaluates to true if the variables on either side of the operator point to the same object and false otherwise. 'is not' operator – Evaluates to false if the variables on either side of the operator point to the same object and true otherwise.

Similar questions