Удалить пустую строку из списка Python One Line
test_list = [i for i in test_list if i]
NA RACE
test_list = [i for i in test_list if i]