String Halving by nn

s=readline(f=function(b,e)'{'+(e+~b?f(b,b=b-~e>>1)+f(b,e):s[b])+'}')
print(f(0,s.length))

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

download

return to the top page