Question: 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

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

Step by Step Solution

3.43 Rating (150 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

I cannot access external links or specific current data from URLs so I will guide you through creating a program based on what would typically be foun... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!