Re: hash of hashes
Thanks to all for the feedback. it worked. --RR Tim Chase wrote: > > how do i create a hash of hash similar to perl using dict in python > > $x{$y}{z}=$z > > Pretty much the same as in perl, only minus half the crazy abuses > of the ASCII character-set. > > Okay...well, not quite half the abuses
hash of hashes
how do i create a hash of hash similar to perl using dict in python $x{$y}{z}=$z thanks. --RR -- http://mail.python.org/mailman/listinfo/python-list