how to find if a list is empty in python code example Example: check if list is empty python if len(li) == 0: print('the list is empty')