'cherry']可以使用下标访问列表中的元素,fruits.append('orange')print(fruits) # 输出 ['apple', 本文目录导读: 1、什么是Python列表? 2、创建和修改 Python 列表 3、Python 列表排序和反转 4、Python 列表……