[Tutor] Question about string

Dong Li dongli2020 at gmail.com
Thu Jul 3 08:05:53 CEST 2008


Hi, everyone

I am new to python, so what I ask may be so basic. I don't know the
difference between

s = 'a' 'b'

and

s = 'a'+'b'

They have the same results. Thanks for relying!



More information about the Tutor mailing list