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