On Wed, Nov 16, 2011 at 9:21 AM, lina <lina.lastn...@gmail.com> wrote:

> it still complaining. I set the gedit, use space not tab,
> Now I even typed space by space, avoid using tab, it still has the same
> problem.
>
> How can I fixed it?
>

The line

            if list1[i][j] != list1[i][j+1]:

still contains a tab, thus it is now indented negative 3 spaces plus a tab
plus 3 spaces compared to the encompassing loop, which is problematic both
because there is a negative number in there and because it differs from the
rest of the lines in the same loop (6 spaces)

-- 
André Engels, andreeng...@gmail.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to