(Python) list가 비어있는지 체크하는 조건문 a = []라면 if not a: print("List is empty")"not" 조건 하나만으로 간단하게 리스트가 비어있는지를 확인할 수 있음 Programming 2018.10.02