named

python string named dictionaries for loop

python string named dictionaries for loop Question: I have a dictionary of dictionaries with numbers inside. I would like to get all numbers from different named dictionaries(string). x={"stringdict1":{"number":56},"stringdictx":{"number":48}} I’m looking for this: 56, 48. It is not clear to me how I can get inside different "stringed" dictionaries. I tried this (and a few other …

Total answers: 2