Copy function from copy module is performing deep copy instead of shallow copy. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Copy function from copy module is performing deep copy instead of shallow copy.

https://code.sololearn.com/c2rVpDE7SSN2/?ref=app

18th Feb 2018, 7:17 PM
Oorvesh Dowlut
Oorvesh Dowlut - avatar
2 Answers
+ 1
you may want to look closer at the definition of shallow and deep copy in python. check out https://docs.python.org/3.6/library/copy.html 'The difference between shallow and deep copying is only relevant for compound objects' https://code.sololearn.com/c53e9aUvZ5eO/#py
18th Feb 2018, 11:00 PM
richard
0
thxs
22nd Feb 2018, 9:45 PM
Oorvesh Dowlut
Oorvesh Dowlut - avatar