US Population



CLICK HERE TO DOWNLOAD THIS ANSWER  INSTANTLY $22 Only

 

US Population.txt file- this file contains the mid-year population of the US, in thousands, from 1950-1990. The first line is the population in 1950, second line is 1951....and so forth. Write a program that reads the files contents into a list. The program should display the following data:* The average annual change in population during the time period
* The year with the greatest increase in population
* The year with the smallest increase in population

Grading Rubric:
- use of 3 functions and value returning functions (use IF) use min-max
- does program read files contents into a list
- correct display of average change, greatest increase, and smallest increaseBASIC PYTHON CODING:
ie: diff = pop [index] - pop [index - 1]
initialize min and max to zero
1950= base year