T
Tamer Higazi
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
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