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