Question: how to write code in python please Part III: Population Data (20 points) Write a function sum.populations ( that takes five arguments, in this order:


how to write code in python please
Part III: Population Data (20 points) Write a function sum.populations ( that takes five arguments, in this order: 1. which-continent: one of the following strings: 'Africa', 'Americas', 'Asia', 'Europe' or Oceania' 2. min.gdp: a positive integer 3. countries: a dictionary that maps a continent name to a list of some of the countries in that continent 4. gdps: a dictionary that maps a country name to that country's GDP (gross domestic product) in millions USD (SMM) 5. populations: a dictionary that maps a country name to its population
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
