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).
Learn in your speed, with individual attention - Teachoo Maths 1-on-1 Class