♦ Arithmetic Operators in Python
♣ Example1: Arithmetic Operators in Python
Arithmetic Operations in Python are used to perform Mathematical Operations.Operator@Working |
---|
+@Addition |
-@Subtraction |
*@Multiplication |
/@Division |
%@Modulo |
**@Exponentiation |
//@Flooring |
Example
Input:
Output: