decouple copy of a list

Daniel Urban urban.dani at gmail.com
Fri Dec 10 08:55:25 EST 2010


b = list(a)

or

b = a[:]



More information about the Python-list mailing list