Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple to dict

t = (1, 2)
d = dict([t])
 
PREVIOUS NEXT
Tagged: #tuple #dict
ADD COMMENT
Topic
Name
5+4 =