demo_array4.py:
cars = ["Ford", "Volvo", "BMW"] x = len(cars) print(x)
➜ begtut>python demo_array4.py
3