Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python create a list with fixed size

>>> [None]*10
[None, None, None, None, None, None, None, None, None, None]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #create #list #fixed #size
ADD COMMENT
Topic
Name
4+5 =