Performing basic mathematic calculations using python
Retuen values depending in the mathemaic operation used:
- Addition-Returns the sum of the two numbers
- Subtraction- Subtracts the second number from the first
- Multiplication- Returns the product of the first number and the second number
- Division- Returns the quotient when the first number is duvided by the second number