j
k
j a
j l
On Thu, 23 Sep 2004 04:26:58 -0400, Tim Peters <tim.peters@gmail.com> wrote:
.........x = [1] x.extend(-y for y in x)
......x = [1] x.extend(-y for y in x)
...x = [1] x.extend(-y for y in x)
x = [1] x.extend(-y for y in x)
It is perhaps surprising that something lazy can work so hard. Jeremy
Back to the thread
Back to the list