The rule of literal string

Li Han lihang9999 at gmail.com
Wed Dec 17 18:17:43 EST 2008


On 12月18日, 上午7时12分, Scott David Daniels <Scott.Dani... at Acm.Org> wrote:
Scott wrote:
> Try:  print repr(repr("'"))
> that might enlighten you.

I found that print( repr( repr( arbitarystring ) ) ) == repr
( arbitarystring )



More information about the Python-list mailing list