Dictionaries of Lists

Steven Bethard steven.bethard at gmail.com
Tue Mar 8 01:46:52 EST 2005


Tony Meyer wrote:
> [a for a in list] (or a[:]) makes a copy of a list.

or list(a)

STeVe



More information about the Python-list mailing list