#11 : Python Tutorial | Dictionaries in Python

Опубликовано: 12 Август 2020
на канале: Programming with PD
22
4

Dictionaries in Python...

Dictionary is a collection of elements.
It is mutable and indexed. It is represented by curly braces { }.

Dictionary contains (key, value) pairs.

Nested Dictionaries are the dictionary which contain dictionary in itself.

to get all keys use keys() function.
to get all values use values() function.
to get (key,value) pair as list of tuples use items () function.

To delete any element use pop() function or use del keyword.

To copy dictionary to another variable use copy() function.



watch full playlist of python here:
   • Python tutorial from scratch  


Subscribe to channel and press the bell icon to get notifications of new videos.

comment your doubts, we'll try to solve your doubts in upcoming videos.

Like the video and share it with your friends...


На этой странице сайта вы можете посмотреть видео онлайн #11 : Python Tutorial | Dictionaries in Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Programming with PD 12 Август 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 22 раз и оно понравилось 4 зрителям. Приятного просмотра!