dictionary method question
dsavitsk
dsavitsk at e-coli.net
Tue Apr 23 14:55:23 EDT 2002
More information about the Python-list mailing list
Tue Apr 23 14:55:23 EDT 2002
- Previous message (by thread): Help Please
- Next message (by thread): dictionary method question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
for some dictionary d is there any relationship between the returns from d.keys() and d.values()? that is, to get them in some arbitrary but matching order, do i need to loop over d.items() or can i count on a similarity of the above? in small tests this seems to be the case. thanks, -doug
- Previous message (by thread): Help Please
- Next message (by thread): dictionary method question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list