Can you python wizards help me?
I have tried and tried and tried to make a code to allow users to append items to dictionaries but I have had 0 luck whatsoever
Appending to a dict makes about as much sense as flying a tree
Maybe you mean something else.
1 Like
You know how you can append to a list,well that’s what I want to do using a dictionary
dict doesn’t do that, it isn’t a list.
Thanks now I won’t spend an eternity pondering over how to do it