Half Sierpinski by tobiesque

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

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

download

return to the top page