把一个项目添加到列表末端把一个项目添加到列表末端thislist = ["apple", "banana", "cherry"]thislist.append("orange")print(thislist)