myArray = list() for x in range(height): myArray.append([0] * width)