base one to ten by leonid

n=0
exec"b=1+n%10;s='';o=n=n+1\nwhile~-b*o:s=`o%b`+s;o/=b\nprint'1'*o+s;"*100

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

download

return to the top page