Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 496 Bytes

Simple-Calculator

A simple calculator with lazy evaluation that is modular and easily expandable

The calculator can easily be tested by compiling 'calculator.py' in a terminal supporting python with the command:

python calculator.py

after which the operations can be called in the terminal window.

It can also be run directly with a .txt containing every desired operation by compiling 'calculator.py' with the path for the file as an argument:

python calculator.py in.txt