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