Python provides various types of operators.
Mathematical Operators:
Mathematical operators are used to perform mathematical operations like addition, subtraction, multiplication, division.
In addition to that the modulus, Floor division, Exponential operators also available.
Conditional Operators:
Conditional operators are used to evaluate the Boolean expressions. Which are Equals, Not Equals, Greater/Lesser than etc.
There are 3 more logical operators which can be used to combine one or more conditions. They are “and”, “or”, “not”.