This program allows us to use addition, subtraction, multiplication, and division on numbers.
This program has 4 main files: Addition.py -- adds numbers together Division.py -- divides one number from the other Multiplication.py -- multiplies the numbers together Subtraction.py -- subtracts one number from the other
There are test files associated with each of the program's main files.