Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

list to dictionary

b = dict(zip(a[::2], a[1::2]))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #dictionary
ADD COMMENT
Topic
Name
5+5 =