On Fri, Mar 1, 2013 at 7:59 PM, Isaac Won <winef...@gmail.com> wrote:
> while c <24:
>         for columns in ( raw.strip().split() for raw in f ):
>         while d <335:

Note your indentation levels: the code does not agree with your
subject line. The third loop is not actually inside your second.
Should it be?

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

Reply via email to