Given two numbers and we have to design a calculator type application that will perform add, subtract, multiply and divide operations using Python.
Example:
Message:
Calculator
1.Add
2.Substract
3.Multiply
4.Divide
Input:
Enter Choice(1-4): 3
Enter A:10
Enter B:20
Output:
Product = 200
Program:
Output
need an explanation for this answer? contact us directly to get an explanation for this answer