By Md Omer
A Simple Calculator to perform the 3 basic math functions (Addition, Multiplication, Subtraction) developed using Python
In this project, a calculator is developed with the help of Python. It is supposed to perform the three basic maths functions, i.e. addition, subtraction, and multiplication. The User is asked about the operation that they might want to perform, then the number of inputs is also determined according to the user's choice. Three Different Functions are created for the three basic operations. Break Statement is also used to terminate the program.
Loops Used in this program:
While True
If-Elif-else
Output Of Program Looks like this,
Submitted by Md Omer (omerl23l0)
Download packets of source code on Coders Packet
Comments