How to access key 'Description' from dict below?
{text:u'Description': u'ABC',text:u'Balance': u'35,402,678.51',text:u'Credit': u'10,000.00'}
Tried using mydict.get('Description')
& mydict['Description']
. please provide your suggestions, i am new to python.