I'm trying to show in the idle the keys
and their values, but I'd like to do it using the default order, not chance.
For example, I have this dictionary:
months = {'January':31,'February':28,'March':31,'April':30,'May':31,'June':30,
'July':31,'August':31,'September':30,'October':31,'November':30,'December':31}
But your content is not shown in order, ie "January" and then "February", etc.
How can I do this?