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