Lists and Tuples

Skip Montanaro skip at pobox.com
Fri Dec 5 15:27:01 EST 2003


    >> list = [ x for x in tuple ]

    Roy> What's wrong with the even simplier:

    Roy> aList = list (aTuple)

It doesn't use the language feature du jour. ;-)

Skip





More information about the Python-list mailing list