27c3_Generate C by rumpsteak

i=int(raw_input())
a=' '+'  ##'*i+'\n'
b=('#   '*i)[:-3]+'\n'
print a+' '+4*b+' '+b+a

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

download

return to the top page