I created a dictionary of lists, however when I try to fill the lists, the value of one list is instantly copied to the others like this:
I created the top dictionary the same way as the lower one, but whenever I try to change a value in the top one, it instantly changes for every list in the dictionary. The lower one works fine.
I tried to create another one to test this, but got an error as below:
Never saw this before. Also working with lists and dictionaries. Getting to the point where I may need to do what you ar trying. I’ll keep it in mind and post a resolution if I run into the same problem.