Half Sierpinski by Defenestrator

for y in range(32):print''.join(' #'[x&y<1]for x in range(32-y))[:32-y]

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

download

return to the top page