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