How can you make copy of a list using

(a) copy()

 

Answer:

Code:

import copy

list1 = [ 12 , 1 , 3 , 4 , 12 , 8 , 9 , 12 ]

list2=copy.copy(list1)

 

[Lists Class 11] How can you make copy of a list using (a) copy() - Short Answer Type Questions (2 Marks each)

 

Remove Ads
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh is an IIT Kanpur graduate and has been teaching for 16+ years. At Teachoo, he breaks down Maths, Science and Computer Science into simple steps so students understand concepts deeply and score with confidence.

Many students prefer Teachoo Black for a smooth, ad-free learning experience.