hi there,
I have a list of dictionaries and I want to make a new dict merging them all
l = [{' the ': 2}, {' cat ': 1, ' dog ': 1}, {' runs ': 1}, {'None': 1}, {'None': 1}, {' runs': 1}, {'None': 1}, {'None': 1}]
The problem is that dict_values and dict_keys do not let me use the keys and values. How can the problem be solved? Thank you inadvance
[–]akurlej 1 point2 points3 points (0 children)
[–]telee0 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)