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