257 by primo

f=lambda n:n*' 'and f(n/i)+chr(n%i+48+(n%i>9)*7)
i=2;exec"print f(257);i+=1;"*35

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

download

return to the top page