Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions