dict of arrays

Terry Reedy tjreedy at udel.edu
Sat Jun 12 10:29:46 EDT 2004


"km" <km at mrna.tn.nic.in> wrote in message
news:20040613111122.GA19788 at mrna.tn.nic.in...
>
> Hi all
> can one create a dict  holding arrays as values to the dict keys in
python ?.

Dict keys must be hashable.  Dict values can be any Python object.  Yes.

Terry J. Reedy







More information about the Python-list mailing list