Need help on writing a program using python 3.
Program reads <file name.csv> (a csv file)
-Loads the data into a dictionary
Use the country’s name/area as teh key and tuple containing thepopulations for 2016 and 2017 as the value.
Then use the dictionary to display the change in population from2016 to 2017 do so by number, NOT percent. Do this with <countryname>,<country name>,and <country name>.
Expert Answer
An answer will be send to you shortly. . . . .