char pyramid by betaveros

s=raw_input()\x0d
j=len(s);exec'j-=1;print" "*j+" ".join(s[j:])+" "*j;'*j

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

download

return to the top page