On Jun 19, 8:39 pm, Roy Smith <r... at panix.com> wrote: > This is one of the (very) few places PHP wins over Python. In PHP, I > would write this as > > print "'$x'" You dont find >>> print '"%s"' % x readable? Why?