Python 常用术语
例如:
从索引5到索引1获取字符,从字符串末尾开始计数:
b = "Hello, World!" print(b[-5:-2])
相关文档:
Python 字符串(String)的使用
Python 声明字符串
Python 字符串变量
Python 多行字符串
Python 字符串(Strings)是数组
Python 字符串切片(slice)
Python 字符串负索引(Negative Indexing)
Python 字符串长度(len)
Python 使用in判断字符串
Python 字符串格式化(format)
Python 转义字符