On Mar 4, 5:33 am, Lie Ryan <lie.1...@gmail.com> wrote:
> Andre Engels wrote:
> > y = d.values() might also work, but I am not sure whether d.keys() and
> > d.values() are guaranteed to use the same order.
>
> If they were called immediately after each other I think they should,
> but better not rely on it.

Also, it offends my efficiency/performance sensibilities to use two
separate calls to iterate over the dict twice, when there is a
perfectly good equivalent that is just as readable and iterates only
once.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to