Python 常用术语
要获取字符串的长度,使用len()函数。
len()
例如:
len()函数返回字符串的长度:
a = "Hello, World!" print(len(a))
相关文档:
Python 字符串(String)的使用
Python 声明字符串
Python 字符串变量
Python 多行字符串
Python 字符串(Strings)是数组
Python 字符串切片(slice)
Python 字符串负索引(Negative Indexing)
Python 字符串长度(len)
Python 使用in判断字符串
Python 字符串格式化(format)
Python 转义字符