Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started