Question: Create a dictionary called nums, with keys 1 and 2 mapping to values one and two. Create a dictionary called letters with keys a and

Create a dictionary called nums, with keys "1" and "2" mapping to values "one" and "two". Create a dictionary called letters with keys "a" and "b" and "c" mapping to values "A" and "B" and "C". Create a dictionary called stuff with two elements: the first is a dictionary whose key is "the_numbers" and whose value is the nums dictionary; the second is a dictionary whose key is "the_letters" and whose value is the letters dictionary. Then use nested loops to print out all of the keys and values like this: 1 is one 2 is two a is A b is B c is C (note that the order can be different in the prints...but the key->value associations must match)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!