Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50176

Re: make sublists of a list broken at nth certain list items

References <9d0cd072-3cf7-4156-8e84-884faeef7048@googlegroups.com> <CAN1F8qWTcAO0gv=xvnVtC-Ld0aJbjywSbOjGZyGo=HKMDeXvbA@mail.gmail.com>
From Joshua Landau <joshua.landau.ws@gmail.com>
Date 2013-07-08 22:27 +0100
Subject Re: make sublists of a list broken at nth certain list items
Newsgroups comp.lang.python
Message-ID <mailman.4402.1373318866.3114.python-list@python.org> (permalink)

Show all headers | View raw


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

Obviously this should be:

if count == length:

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

make sublists of a list broken at nth certain list items CM <cmpython@gmail.com> - 2013-07-08 13:52 -0700
  Re: make sublists of a list broken at nth certain list items Fábio Santos <fabiosantosart@gmail.com> - 2013-07-08 22:13 +0100
  Re: make sublists of a list broken at nth certain list items Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-08 22:24 +0100
  Re: make sublists of a list broken at nth certain list items Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-08 22:27 +0100

csiph-web