On 8 July 2013 22:24, Joshua Landau <[email protected]> wrote:
>         if count == 60:

Obviously this should be:

if count == length:
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to