make sublists of a list broken at nth certain list items

Joshua Landau joshua.landau.ws at gmail.com
Mon Jul 8 17:27:04 EDT 2013


On 8 July 2013 22:24, Joshua Landau <joshua.landau.ws at gmail.com> wrote:
>         if count == 60:

Obviously this should be:

if count == length:



More information about the Python-list mailing list