base one to ten by twobit

q=0
exec"b=q%10+1;q+=1;i=q;a='';c=b<2\nwhile i:a=`i%b+c`+a;i=i/b-c\nprint a\n"*100

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

download

return to the top page