Awesome q2a theme

How to sort a dictionary inside another dictionary?

0 like 0 dislike
93 views
Python 3.5 +

Have a dictionary:
{ "Russia" : { "Moscow" : { "Population" : 5129 "Improvement" : 10 } "SPb" : { "Population" : 5486 "Landscaping" : 8 } Ussuriysk : { "Population" : 4685 "Landscaping" : 7 } "the village Separase" : { "Population" : 35 "Improvement" : 2 } } // and other countries }


Need to sort the elements within the population.
Many articles have been dug, but hard can't beat it
by | 93 views

1 Answer

0 like 0 dislike
Dictionary cannot be sorted
by

Related questions

0 like 0 dislike
2 answers
0 like 0 dislike
4 answers
0 like 0 dislike
2 answers
110,608 questions
257,187 answers
0 comments
40,796 users