define

Turhan Ozen txo at cs.nott.ac.uk
Thu May 8 11:58:23 EDT 2003


I have a long list of parameters. I want to keep them in an array in 
order to pass them to functions. But I want to use the name of each 
parameter in the formulas to make them easy to read. I can use x[index] 
in the formulas. I am trying to have another name for each  x[index]. If 
I do anything to this secondary reference, the same is done to the 
corresponding x[index].

It is possible to do this in C and it looks more readable.





More information about the Python-list mailing list