check if list is a list of list code example Example: check if list of list python for item in list_of_lists: isinstance(item, list)