On Jun 19, 8:39 pm, Roy Smith <r...@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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to