python_array_5.py:
x
 
cars = ["Porsche", "Volvo", "BMW"]
for x in cars:
  print(x)