help for embedded list

Fredrik Lundh fredrik at pythonware.com
Tue Oct 26 07:09:38 EDT 1999


kirank at bom3.vsnl.net.in wrote:
> in python 1.5 (on Rh linux), I declared a declared a two dimensional
> list, more like array[8][8] in "C ".

strangely enough, you forgot to tell us how you
"declared" that list...  it's perfectly possible to
create lists that doesn't share sublists, but it's
easy to mess up.  see

http://www.python.org/doc/FAQ.html#4.50

for more information.

(couldn't get through right now, but the following
mirror worked for me:

http://www.cwi.nl/www.python.org/doc/FAQ.html#4.50

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list