The third article in this series, " Exploring the Python type hierarchy, Introducing Strings," introduces the Python string, which is also an immutable sequence, but only for character data.
本系列的第三篇文章探索Python类型的层次结构 —— 使用字符串介绍了 Pythonstring,这也是一个不可变的序列,但仅针对字符数据。
For writing long strings without introducing extraneous whitespace, end a line with a \.
为了写长字符串而不引入无关空白符,使用\结束一行。
For writing long strings without introducing extraneous whitespace, end a line with a \.
为了写长字符串而不引入无关空白符,使用\结束一行。
应用推荐