+ 2
why are the id( ) of two lists same when a variable has been used to copy a list that is stored in another variable?
2 Respostas
+ 2
This is because all objects in Python has its own unique id which is assigned to the object when it is created.
0
Yes