1.

The output of the code shown below and state the type of copy that is depicted:

A. [2, 4, 6, 8], shallow copy
B. [2, 4, 6, 8], deep copy
C. [1, 2, 3], shallow copy
D. [1, 2, 3], deep copy
Answer» D. [1, 2, 3], deep copy


Discussion

No Comment Found