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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to