Stars and Bars by mitchs (luck)

def f(n,s=''):
 if(n>8>f(n-9,s+'*'))|(n%9>1>f(n-1,s+'|'))<1:print s
f(30+id(0)%5*7)

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

download

return to the top page