removing empty elements from list python code example Example: python remove empty list list2 = filter(None, list1)