''' Authors: Date: Purpose: Filename: congress.py ------------------------------------------------------------ Data obtained from fiveThirtyEight This folder https://github.com/fivethirtyeight/data/tree/master/congress-age contains the data behind the story Both Republicans And Democrats Have an Age Problem https://fivethirtyeight.com/features/both-republicans-and-democrats-have-an-age-problem/ congress-terms.csv has an entry for every member of congress who served at any point during a particular congress between January 1947 and Februrary 2014. House membership data is from the @unitedstates project, with Congress meeting numbers added using code from GovTrack ''' # ------------------------------------------------------------ # Write your functions below here