sandglass by llhuii

s=raw_input();l=i=len(s)
while i:i-=1;print''.join((s[j],' ')[l-2!=j!=1<=(j-i)*(j-l-~i)]for j in range(l))

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

download

return to the top page