Python3 字符串

在Python中,字符串属于不可变序列类型,使用单引号、双引号、三单引号 或三双引号作为界定符。 例如:”helllo”               ‘s’              ’’’print”hello world” in Python’’’              “print \”hello\”  in Python” 字符串是 Python 中最常用的数据类型。我们可以使用引号(
相关文章
相关标签/搜索