quote box by hallvabo

s="\"'{[:\$%`#.@?*-"
R=range(15)
for i in R+R[-2::-1]:print s[:i]+s[i]*(47-i*2)+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