Christmas Tree 2 by rotary-o

var s=" "*11+"*\n"
0 to 14 map{i=>val n=i/3*2+i%3
s+=" "*(10-n)+"/"
11-n to 11+n map(j=>s+=("^"+(""+"`O"(1>>i%(j%6|2)+j%3))*13+"/")(i))
s+="\\\n"}
print(s+(" "*11+"|#|"+" "*8+"\n")*4)

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page