i=input() b=" "+" ##"*i+"\n" x=(" #"*i)[2:]+"\n" print b,x,x[1:]*3,x,b
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page