Because your first dict’s key is number. Not ‘nom’.
for k in test:
print test[k]['nom']
solved parser dict in python [closed]
Because your first dict’s key is number. Not ‘nom’.
for k in test:
print test[k]['nom']
solved parser dict in python [closed]