Did you know this in Python Dictionary #coding #programming #python

preview_player
Показать описание
Hello Dear Coder,

This is something that every programmer should know in python. In this we learn about Dictionary sorting in python....

Stay tuned....

#python #programming #coding
Рекомендации по теме
Комментарии
Автор

Dictionaries have defined order for their keys, actually, it is order of appending to dictionary. And for the sorting it is possible to pass dict itself without keys() - sorted_names = sorted(ages)

TanEsal
Автор

Your videos are a great resource for anyone learning to code. Thank you for creating it!❣

MyCodingDiary
Автор

So you're not actually sorting the dict, right ?

Flib_smmh
Автор

What if there are duplicate keys..the for loop might print incorrect values

smartydarren
welcome to shbcf.ru