Answers for "create dictionary with list of keys and values"

1

a list of keys and a list of values to a dictionary python

dict(zip(a, b))
Posted by: Guest on August-01-2021
0

create a list of the keys in python dictionary

#Where the dictionary has the name, dict
dict.keys()
Posted by: Guest on August-12-2021

Code answers related to "create dictionary with list of keys and values"

Python Answers by Framework

Browse Popular Code Answers by Language