define

Turhan Ozen txo at cs.nott.ac.uk
Thu May 8 08:42:51 EDT 2003


in c it is possible to define

#define PH x[1]
 
so PH = 3 means x[1]=3

how can I do this in python?





More information about the Python-list mailing list