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).
Last updated at Dec. 13, 2024 by Teachoo
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)
About the Author
Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo