quote box by Defenestrator

s='"\'{[:\$%`#.@?*-'
r=range(15)
for i in r+r[13::-1]:print s[:i]+s[i]*(47-i-i)+s[i::-1]

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

download

return to the top page