base convert by murky-satyr

r=io.read
while''do
n=r'*n'b=r()s=''while n>0 do
s=n%b..s n=n/b-n/b%1
end
print(s)end

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

download

return to the top page