Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to increase existing length with null python

list2 = list1 + [''] * (5 - len(list1))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #increase #existing #length #null #python
ADD COMMENT
Topic
Name
7+9 =