What are operators and how many types of operation in python?
Answers
Answered by
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
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.
- Arithmetic Operators
- String Operators
- Assignment Operator
- Relational Operators
- Logical Operators
Similar questions