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