代码示例:(标识:python_list)
python_list.py
thislist = ["apple", "banana", "cherry"]
print(thislist)
运行结果: