Christmas tree by pv2b

n=input()-1
b=s=' '*~-n+'*'
exec"print s;s=s[1:]+'**';"*n
print b

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

download

return to the top page