This project formats basic addition and subtraction problems vertically to help visualize them clearly.
Run the main script with Python 3:
python3 app.py
## Example
input : ["32 + 698", "3801 - 2"]
output: 32 3801
+ 698 - 2
----- ------