Python Array

Chris Angelico rosuav at gmail.com
Thu Mar 31 01:43:43 EDT 2016


On Thu, Mar 31, 2016 at 4:34 PM,  <tdsperth at gmail.com> wrote:
> as you can see the option element was added third but is the first one displayed.
>

Dictionaries don't have any order to them, so yes, this is something
you'll have to accept.

ChrisA



More information about the Python-list mailing list