In this program we made a simple mathematic calculator to do some mathematic calculations.
This is a simple python program which takes inputs from the user and do the simple Arithmetic Calculations such as:
- Addition
- Substraction
- Multiplication
- Division
and gives the result of the numbers as output.