python_array_4.py:
x
 
cars = ["Porsche", "Volvo", "BMW"]
x = len(cars)
print(x)