Back
Right now I am using a list, and was expecting something like:
verts = list (1000)
Should I use an array instead?
You can do something like as follows:-
verts = [None]*1000
To know more about this you can have a look at the following video tutorial:-
31k questions
32.8k answers
501 comments
693 users