// Van 2 lists naar een dict a = ["a", "b", "c"] b = range(4) c = dict(zip(a,b))
DZone > List -> Dict by Snippets Manager · Aug. 04, 06 · · Code Snippet Like (0) Comment Save Tweet 417 Views Join the DZone community and get the full member experience. Join For Free // Van 2 lists naar een dict a = ["a", "b", "c"] b = range(4) c = dict(zip(a,b)) Opinions expressed by DZone contributors are their own. Popular on DZone Waterfall Vs. Agile Methodologies: Which Is Best For Project Management? Choosing Between REST and GraphQL What Is ERP Testing? - A Brief Guide Migrating From Heroku To Render Comments Partner Resources
Comments