list_ = list()
if len(list_) == 0: print("list is empty")
if len(list_) != 0:: print("list is NOT empty")