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