
May 12, 2018
6:28 p.m.
Ah, fudge - I pasted in the wrong "high-level" code. Sorry! The code that's actually being emulated is not
list(i + sum((i := i+1) + i for j in range(i)) for i in range(5))
but list(i + sum((i := i+1) for j in range(i)) + i for i in range(5))
...
I have piles of these, but they're all equally tedious so I'll stop with this one ;-)