how can I convert a tuple into a key value pairs dynamically?
Let's say I have:
tuple = ('name1','value1','name2','value2','name3','value3')
I want to put it into a dictionary:
dictionary = { name1 : value1, name2 : value2, name3 : value3 )
|
Convert the tuple to key-value pairs and let the
The If the input is sufficiently large, replace |
|||||||||||||||
|
|
just do a simple loop.
|
|||
|
|
|
|||
|
|
Another simple way :
|
||||
|
|
tupleas a variable name... – Tim Pietzcker Nov 22 '12 at 9:19