Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove empty strings from list python

without_empty_strings = [string for string in a_list if string != ""]
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #remove #empty #strings #list #python
ADD COMMENT
Topic
Name
2+7 =