python empty list show not empty code example Example: check if list is empty python if len(li) == 0: print('the list is empty')