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