Sorting keys and values in dictionaries in Python

preview_player
Показать описание
In this video I look at how you can make use of dictionaries more effectively. In this video, I have created a dictionary that records the sales of fruit over a three week period. In the video I show you how you can sort all the data in the dictionary including by key and by value.
Рекомендации по теме
Комментарии
Автор

I tried the last sorted method, it gave me the result by sorting the values not keys

mustakoski