Why do my previous dictionaries in a list change when I try to add a new one?
Advertisements I have a code that does the following: Goes through a list of dictionaries, fills up a "temporary" dictionary with each one’s data, and then appends the "temporary" dictionary to an "information" list. However, I’ve noticed that every time the "temporary" dictionary changes, the overall "information" list changes as well. This is a test… Read More Why do my previous dictionaries in a list change when I try to add a new one?