What's the neatest way of getting dictionary entries in a specified order?

Ethan Furman ethan at stoneleaf.us
Wed Mar 8 14:40:48 EST 2017


On 03/08/2017 11:27 AM, Chris Green wrote:

> The for loop gets the items from the dictionary in an order that isn't
> what I want.  How can I configure things so they're in the order I want?

What order do you want?

--
~Ethan~




More information about the Python-list mailing list