expand text by murky-satyr

r=io.read
n=0+r()s=r()for i=1,n do
for c in s:gfind'.'do
io.write(c..(0<(i-1)*(n-i)and' 'or c):rep(n-2)..c)end
print()end

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

download

return to the top page