demo_array1.py:
cars = ["Ford", "Volvo", "BMW"] print(cars)
➜ begtut>python demo_array1.py
['Ford', 'Volvo', 'BMW']