源代码
thislist = ["apple", "banana", "cherry"] mylist = list(thislist) print(mylist)
运行结果