Non Decreasing Digits by leonid

d=10
i=1
exec"d-=d*9/~i;print i,i/64*10or d;i+=1;"*64

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page