27c3_Generate C by 27c3rabozacherl

x="#"
y="   ##"
for t in range(1,input()):
 x+="   #"
 y+="  ##"
x+="\n"
print y+"\n "+x+x+x+x+" "+x+y,

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

download

return to the top page