base one to ten by rolf

f=lambda n:f(n/b)+`n%b`if b*n-n else"1"*n;i=0;exec'b=i%10+1;i=i+1;print f(i);'*100

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

download

return to the top page