newbie question:

Neil Macneale mac4-devnull at theory.org
Sun Jun 24 13:26:56 EDT 2001


In article <B75A72C5.BB5E%krel at is-antisocial.net>, "krel"
<krel at is-antisocial.net> wrote:

> Um, this is certainly a stupid sounding question, what is the syntax for
> putting data into and retrieving data from a multidimensional list? I
> checked the docs, perhaps not well enough?
l[i][j] = val
val = l[i][j]

This works when l[i] is a list.

Neil Macneale

--
To reply to me via email, remove the '-devnull' from my address.



More information about the Python-list mailing list