Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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