代码示例:(标识:python_array_1)
python_array_1.py
cars = ["Porsche", "Volvo", "BMW"]

print(cars)
运行结果: