Day 6 | Python Programming | Arithmetic Operators
In this video we are going to see arithmetic operators of python. Operators like +(addition) , - (Subtraction), * (Multiplication), / (Division), % (Modulo Operator), // (Floor Division) are called arithmetic operators.
we are going to see all above operators one by one in this video. #challenge #python #pythonprogramming #day6