27c3_Generate C by 27c3-noya

x=int(raw_input())
l='#   '*(x-1)+'#\n'
s=' '+'  ##'*x
print s+'\n '+l*4+' '+l+s

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

download

return to the top page