Z by Vim Lover

i=input()
print"Z"*i
for j in range(2,i):print" "*(i-j)+"Z"
if i>1:print"Z"*i

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

download

return to the top page