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