Skip to content

Instantly share code, notes, and snippets.

@batemapf
Created September 26, 2019 01:10
Show Gist options
  • Save batemapf/4017b3cc1977e7983afd3f89665db126 to your computer and use it in GitHub Desktop.
Save batemapf/4017b3cc1977e7983afd3f89665db126 to your computer and use it in GitHub Desktop.

tsa_claims.py

The TSA tracks passanger claims for things like lost property, personal injury, and damaged items. Using this spreadsheet of claims from 2014, write a program that prints out the total dollar value (the "Close Amount") of claims by each airline. You can style your output any way you'd like, but please make it as human readable as possible (e.g. don't just print out a big dictionary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment