On 12月18日, 上午7时12分, Scott David Daniels <scott.dani...@acm.org> wrote:
Scott wrote:
> Try:  print repr(repr("'"))
> that might enlighten you.

I found that print( repr( repr( arbitarystring ) ) ) == repr
( arbitarystring )
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to