initialize list of 6 elements python code example Example: how to initiate list with numbers python verts = [None]*1000 or with numbers verts = [0]*1000