Tag system by Hendrik

a="aaaaaaaaabc"
for i in range(120):print"  "*i+a;a=a[2:]+['bc','a','aaa'][ord(a[0])-97]

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

download

return to the top page