1.Introduction
Operators are some distinctive symbols that are used to hold out varied capabilities. They’re predefined in Python.
NOTE-On which the operators are used are often called the operand.
For instance-
Within the above instance we’ve used + as a operator and a and b are the operand.
2.operators in Python are majorly categorised into 5 differing types
3.Arithmetic operator
It consists of numeric values as we use in arithmetic.
For instance-
output
4.Project operator
These operators are used to assign some knowledge to any unknown variables.
For instance-
output
`5.Logical operator
These operator are used to mix two or extra statements.
For instance-
output
6.Comparability operator
This type of operators are used to match two statements.
They provides us the output in TRUE or FALSE .
For instance-
output
example-
output
7.Establish operators
These operators are used to match the variables if each the statements include similar form of knowledge in them.
For instance 1 –
output
2.
output