Chapter 16: Problem 5
All Countries: On the population maps we made in this section, our program couldn’t automatically find two-letter codes for about 12 countries. Work out which countries are missing codes, and look through the COUNTRIES dictionary for the codes. Add an if-elif block to get_country_code() so it returns the correct country code values for these specific countries: Place this code after the COUNTRIES loop but before the return None statement. When you’re finished, you should see a more complete map.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.