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