The Python Oracle

How can I make a dictionary (dict) from separate lists of keys and values?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Drifting Through My Dreams

--

Chapters
00:00 Question
00:25 Accepted answer (Score 2806)
00:43 Answer 2 (Score 222)
07:01 Answer 3 (Score 134)
07:22 Answer 4 (Score 40)
07:37 Thank you

--

Full question
https://stackoverflow.com/questions/2098...

Accepted answer links:
[dict]: https://docs.python.org/3/library/functi...
[zip]: https://docs.python.org/3/library/functi...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #list #dictionary

#avk47