s,t=0,['\n']*1721 for w in 8,6,4,2: r=range(41-2*s) for y in r: for x in r:t[(y+s)*42+s+x]=[' ','[]'][y%w==0 or x%w==0] s+=w print''.join(t),