Outline by lynn(hallvabo)

_=list(open('../fd/0'))
m=max(map(len,_))+3
for e in[0,' ']+_+[' ',0]:print e and"# %-*s#"%(m-3,e[:-1])or'#'*m

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

download

return to the top page