Python for Testers #5 – Arithmetic Operators in Python

In this Python for Testers Tutorial series we will learn about Arithmetic Operators in Python. Arithmetic operators are the special symbols which which we use to perform certain arithmetic or logical computations in Python programming, operators operate on the operand. For example if we need to add two numbers then we use the “+” operator.

Arithmetic operators are very important operators to understand because we will be using them a lot in Python programming and Selenium with Python automation.