Write a Python program to map two lists into a dictionary.

Опубликовано: 16 Октябрь 2024
на канале: DevOps Rulers
733
9

Dictionary Data Structure:
#-----------------------------
1.If we want to represent a group of objects as a key value pairs then we should go for key value pair.
2.Duplicate keys are not allowed but values can be duplicate.
3.insertion order is not preserved.
4.Dictionaries are mutable.
5.Dictionaries are dynamic.
6.indexing and slicing concept are not applicable.

Write a Python program to map two lists into a dictionary.

Thank you for watching

#python #programming #coding #programmer #developer #code #software #tech #pythonproblem