Plus by Vim Lover

a=input()
l=a/2
x=" "*l+"+"+"\n"
print x*l+"+"*a+"\n"+x*l

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

download

return to the top page