dictionary into desired variable....

Tamer Higazi th982a at googlemail.com
Fri Aug 10 10:02:31 EDT 2012


Hi!
suppose you have a dictionary that looks like this:

x = [1,3,6,1,1] which should represent a certain other variable.

in reality it would represent:

y[1][3][6][1][1]

Now, how do I write a python routine, that points in this dictionary,
where I should receive or set other values.



Tamer




More information about the Python-list mailing list