box paint by hex

import os,re\x0d
s=os.read(0,1e5)\x0d
for i in range(99):s=re.sub(r"(?<= #) +(?=#)",lambda j:"."*len(j.group()),s,1)\x0d
print s\x0d

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

download

return to the top page