Prasad, Mrunalini wrote:
        dest + j - 1 = source + i

Well, what are you trying to do here?

>>> a,b,c = range(3)
>>>a+b-1=c+1
SyntaxError:can't assign to operator

Emile


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

Reply via email to