how to check if list is empty in code example Example: check if array is empty python a = [] if not a: print("List is empty")