list_of_dicts = [ {"name": "Alice", "age": 30}, {"name": "Bob", "age": 25} ] set_of_lists = { list_of_dicts } print(set)
Standard input is empty
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 6, in <module> TypeError: unhashable type: 'list'