To make a true copy of list L1
(a) L2=L1
(b) L2= list(L1)
(c) L2.copy(L1)
(d) not possible
Answer:
The list( ) method is used to make a true copy of a list.
So, the correct answer is (b).
MCQ Questions (1 mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
The list( ) method is used to make a true copy of a list.
So, the correct answer is (b).