Christmas tree by idealmachine

h=readline(A=Array);p=print;for(x=0;++x<h;)p(A(h-x).join(' ')+A(2*x).join('*'));p(A(h-1).join(' ')+'*')

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

download

return to the top page