output dollars by recursive

while 1:
\x09n=input();s="   |  "
\x09for m in"_".rjust(n)*3+" "*n:print s[2]+m*n+("|"+m*n+s[1]).strip();s=s[m>s:]

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

download

return to the top page