Operators

This lesson will focus on different types of operators in Python.

Operators

Operators are used to perform arithmetic and logical operations on data. They use the provided data and give results. Some operators follow the in-fix (a + b) notation while some follow the pre-fix (- a) notation. With in-fix notation, the operands are placed on the left and right side of the operator. With pre-fix notation, the operator is placed before the operand. We will look at the different kinds of operators in Python in this lesson.

Get hands-on with 1200+ tech skills courses.