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