12
Question Question 12
A copy of the dictionary where the copy of the keys as well as the values is created for the new dictionary, is called ............... copy.
- key copy
- shallow copy
- deep copy
- partial copy
deep copy
Reason — A deep copy constructs a new compound object and then, recursively, inserts copies into it of the objects found in the original.