output dollars by xnor

while 1:n=input();i=4*n;exec"i-=1;s=n*' _'[i>i%n<1];print'  | '[i/n]+s+'|'+(s+' |  '[i/n]).rstrip();"*i

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

download

return to the top page