An RPN (Reverse Polish Notation) expression processor using a stack.
- Python 3.8
- A file on the project directory named
input.stk
with the operands/operators separated by lines
- On a terminal on project directory, run:
python main.py
- The result will appear on the console.