I was attempting to make an empty dictionary and use set default to allow duplicates. For some reason, the only variable name that would work is “d1”. Is there a reason why? I had another friend with way more experience in Python programming tell me to change it to d1, but I don’t know why.
I tried newdict and even d2 as a placeholder name. Neither would show as variables even after being assigned to an empty dictionary.