How To Run The Script Make sure you have Python 3.6 installed in your system. Then in terminal: python3 compute_debts.py People.txt Expenses.txt Feel free to tweak contents of People.txt or Expenses.txt to see different output. How To Run Tests Run in terminal: python3 run_tests.py