Introduction to operators

Operators are tokens that can be used to perform operations such as addition or subtraction. There are several different types of operators in Python, a few of which will be looked at in this lesson.

Over here, the numbers on which the mathematical operation is being applied are called operands and the symbol representing the operation is known as an operator.

Get hands-on with 1200+ tech skills courses.