Vidyalelo
Python · Q169

Functions in Python

Programming · Python · question 169

Q169

In . . . . . . . . copy, the base address of the objects are copied. In . . . . . . . . copy, the base address of the objects are not copied.

A.
deep. shallow
B.
memberwise, shallow
C.
shallow, deep
Answer
D.
deep, memberwise

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board