Half Sierpinski by pooq

for(i in 31:0){for(j in 0:i)cat(c(" ","#")[choose(i,j)%%2+1]);cat("
")}

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

download

return to the top page