I am updating dictionary which containing data like,
dict_temp = {'description': 'hello', 'id': 683, 'status': u'pending', 'test__user_id': 430}
I have tried to update using dict_temp['test__user_id'] = 520 but not able to get updating dictionary.
I have search online for solution but not able to find any.
Hope if anyone have…
Top comments (0)