for(c=readline(),s=[z=" ##",w=" #",t="#",t,t,w,z];--c;)for(x in s)s[x]+=x%6?" #":" ##";print(s.join(n="\n")+n)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page