Translate this to python?

KraftDiner bobrien18 at yahoo.com
Tue Jan 3 20:42:44 EST 2006


I'm porting a routing from C++ to python.
There is a complex for loop that I don't know how to code in python

for (i = nPoints-1, j = 0; j < nPoints; i = j, j++)

Thanks.




More information about the Python-list mailing list