Python 3.7: Introduction To Python Dictionaries

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you for sharing your knowledge. Very helpful for some one like me!

kirkkershaw
Автор

It would be nice to find video's on implementing these concepts in real world code. I'm good at the syntax part, but how do you go about it with real world examples?

xxjaydogxx
Автор

Hello, and thanks for those video. I have a question about dictionary please. I have a file that has a dictionary. However, the keys inside this dictionary are the same, but the values are different. For example : M_dict ={ "created' : 44, "created" : 55, "created" : 66} .
How can parse this file that has M_dict dictionary and list the value of the key created in a list?


Answer
55, 66]


thank you very much in advance[]

bahabenothmanbenotman
welcome to shbcf.ru