Python 常用术语
使用变量名,后面用等号和字符串的方式为变量分配字符串:
例如:
a = "Hello" print(a)
相关文档:
Python 字符串(String)的使用
Python 声明字符串
Python 字符串变量
Python 多行字符串
Python 字符串(Strings)是数组
Python 字符串切片(slice)
Python 字符串负索引(Negative Indexing)
Python 字符串长度(len)
Python 使用in判断字符串
Python 字符串格式化(format)
Python 转义字符