- Make sure you have Python 3 installed.
- Navigate to this folder in your terminal.
- Run the script:
python3 analysis.py
Output will be saved to output.txt. The console will confirm when the file has been written.
[Write 2-3 sentences describing what your script does in plain English.]
This script uses only Python's built-in libraries: csv.
[Optional: anything you want to flag about your approach or assumptions.]