Question: Using python and API! API KEY: 8bb45882c0894d8c1ad25a8dcc157c09 Eunction name (5): map production companies to movies Parameters: a list of movie Ids, and a list of
Using python and API!
API KEY: 8bb45882c0894d8c1ad25a8dcc157c09


Eunction name (5): map production companies to movies Parameters: a list of movie Ids, and a list of production companies Return value a dictionary [keys are strings: values are lists of strings] Description: Using the same API that you used in the API homework, write a function that takes in a list of movie Ids and a list of production companies. Each movie has a list companies that were involved in their production. Your task is to create a dictionary were the keys are the production companies in the list passed in, and the values are lists containing the original titles of the movies that were produced by the corresponding company
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
