代码示例:(标识:python_string_array)
python_string_array.py
a = "Hello, World!"
print(a[1])
运行结果: