-2
Hello, I have a problem and I would like a solution. I want to add a dictionary inside another dictionary, but I’m not getting it... I tried to use the append and nothing. Someone help me!
dicionario1 = {"Estado": "São Paulo}
dicionario2 = {}
I want to put dictionary 1 in 2 but I don’t know how.