Coasters by murky-satyr

b=System.in.text
n=b.size()+2
_='_'*n
w=' '*n
e="|$w|\n"*(n/5)
print" $_\n/$w\\\n$e| $b |\n$e\\$_/"

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

download

return to the top page