char pyramid by xulapp

for(s=readline(),i=s[-1],a=Array(i*2);i--;print(a.join(' ')))a.pop(a[i]=s[i])

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

download

return to the top page