我正在学习如何学习Python.
w = "This is the left side of..." e = "a string with a right side." print w + e
解释为什么添加两个字符串w和e+会产生更长的字符串.
w
e
即使我知道它可以工作,但我不明白为什么以及如何?请帮我.
python string python-internals
python ×1
python-internals ×1
string ×1