Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 (3 points) [3] Given dictionaries, d1 and d2, create a new dictionary d3 with the following properties: (a) For each entry (a, b)

image text in transcribed

Question 3 (3 points) [3] Given dictionaries, d1 and d2, create a new dictionary d3 with the following properties: (a) For each entry (a, b) in d1, if a is not a key of d2, then add (a,b) to d3; (b) For each entry (a, b) in d2, if a is not a key of d1 then add (a,b) to d3. For example: if d1={2:3, 8:19, 6:4, 5:12} and d2={2:5, 4:3, 3:9} then d3={8: 19, 6:4, 5: 12, 4:3, 3:9). [You can write a function, or plain code (i.e., without a function), up to you.] AM

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Oracle 10g SQL

Authors: Joan Casteel, Lannes Morris Murphy

1st Edition

141883629X, 9781418836290

More Books