Programming Examples

Write a Python program to remove empty strings from the list of strings.


Write a Python program to remove empty strings from the list of strings.

If input is: list1 = [“DL”, “”, “TN”, “TL”, “”, “KK”]

then output is: [“DL”, “TN”, “TL”, “KK”]

Solution

list1 = ["DL", "", "TN", "TL", "", "KK"]

# Remove all empty strings
while "" in list1:
    list1.remove("")

# Display the result
print("Updated List:", list1)
▶ RUN

Output/ Explanation:

Latest Current Affairs 2026 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad