The most basi arithmetic operations that can be done in Python are : Addition, Substration, Multipication and Division.And these operations are performed using the following operations. + => Addition- => Substration * => Multipication/ => Division You can use follwing operators to perform higher level arithmetic operations.In the next lecture, we will examine what these operators do one by one. ..