Tag system by mroman

x='a';C=x*11;s=0
while C>x:C=C[2:]+[x*3,'bc',x][ord(C[0])%3];print' '*s+C;s+=2

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

download

return to the top page