how to create an array in python 3 code example Example 1: how to make an array in python 3 cars = ["Ford", "Volvo", "BMW"] Example 2: python create array variable = []