257 by hallvabo

b=2;exec"n,_=257,''\nwhile n:_=chr(48+7*(n%b>9)+n%b)+_;n/=b\nprint _;b+=1;"*35

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

download

return to the top page