Pythons dict class keys() method

preview_player
Показать описание
The keys() method of the Python dictionary (dict) class is covered in this video.
Рекомендации по теме
Комментарии
Автор

can you elaborate why the keys() method returns a dict_keys objects and not a generator object?

georgesmith