Computer Science, asked by sachinlamba9142, 11 months ago

What are operators and how many types of operation in python?

Answers

Answered by EkVillian
3

hlo mate ✌️

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.

Hope it helps.

pls mark as brainlist

Answered by divyanshugb
0

Answer:

Operators are the symbols which perform some operation on values called operands. For example, in the expression a + b, a and b are operands and '+' is an operator.

  • Python operator are categorised in different categories based on their behaviours.

Explanation:

There are five types of operation in python.

  1. Arithmetic Operators
  2. String Operators
  3. Assignment Operator
  4. Relational Operators
  5. Logical Operators
Similar questions