+ 2
What Are The Methods You Know To Copy An Object In Python?
3 Respostas
+ 3
If you are talking about list copy methods, I have an example for it (works also for some other mutable iterables):
https://code.sololearn.com/cvlGwbcjQXOO/?ref=app
+ 3
But if you are talking about programmer defined copy methods then you might need to define own ways for it.