Ответсообщение недоступно
Make a list, then run a for loop through your set.
The loop should be (lang, count) through your lang_set.
Then append (count, lang) into your new list. This way you can use the sort method or sorted method to help you arrange the list in ascending or descending order in terms of count