Vidyalelo
Python · Q104

Functions in Python

Programming · Python · question 104

Q104

In . . . . . . . . copy, the modification done on one list affects the other list. In . . . . . . . . copy, the modification done on one list does not affect the other list.

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

Answer: Option A

Solution

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