Usuń pusty ciąg z listy Python Pojedynczy linia
test_list = [i for i in test_list if i]
NA RACE
test_list = [i for i in test_list if i]