初心者のメモ

Python enthusiast

Python リストから空のデータを削除

ls = filter(lambda str: str != '', ls)

でok