Question: *PYTHON* Write a program that reads the data from rawdata_2004.txt into a dictionary whose keys are country names and whose values are per capita incomes.
*PYTHON* Write a program that reads the data from rawdata_2004.txt into a dictionary whose keys are country names and whose values are per capita incomes. Then the program should prompt the user to enter country names and print the corresponding values. Stop when the user enters quit.
rawdata_2004.txt can be found here: http://www.cs.sbcc.edu/~jmk/rawdata_2004.txt
*please just use the data found in the link, and not the link itself in the code. thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
