decouple copy of a list

Dirk Nachbar dirknbr at gmail.com
Fri Dec 10 08:48:32 EST 2010


I want to take a copy of a list a

b=a

and then do things with b which don't affect a.

How can I do this?

Dirk



More information about the Python-list mailing list