question about dictionaries

Paul Rubin http
Thu Jan 19 19:44:09 EST 2006


"Chris" <chrispatton at gmail.com> writes:
> Is there a way to stop this behavior? I want to process this dictionary
> in the order it's in, element by element. I'm running Python 2.3, if
> that helps.   

You want a list not a dictionary.



More information about the Python-list mailing list