Answer the question
In order to leave comments, you need to log in
How to sort a dictionary inside which there is another dictionary?
Python 3.5 +
Has a dictionary:
{
"Россия" :
{
"Москва" :
{
"Население" : 5129
"Благоустройство" : 10
}
"СПб" :
{
"Население" : 5486
"Благоустройство" : 8
}
"Уссурийск" :
{
"Население" : 4685
"Благоустройство" : 7
}
"село Запарашье" :
{
"Население" : 35
"Благоустройство" : 2
}
}
// и другие страны
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question