Question: Write a function called buildDict() which takes three lists as parameters. The first two lists are strings which, together, are a key into a dictionary.
Write a function called buildDict() which takes three lists as parameters. The first two lists are strings which, together, are a key into a dictionary. The values for the dicitonary are in the third parameter. The lists are correlated by position and are the same size in length. If any of the lists are empty, you will return a list with a single value of -1. The key must be a tuple.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
