Create dict from two lists

Mikael Olofsson mikael at isy.liu.se
Fri Feb 10 09:40:43 EST 2006


py wrote:
> Thanks, itertools.izip and just zip work great.  However, I should have
> mentioned this, is that I need to keep the new dictionary sorted.

Dictionaries aren't sorted. Period.

/MiO



More information about the Python-list mailing list