fork download
  1. dict = {'MENTION': '{"MENTIONEES":[{"S":"0","E":"10","M":"xxxxx"}]}'}
  2. subdict = eval(dict['MENTION'])
  3. print( subdict['MENTIONEES'][0]['M'] )
  4.  
Success #stdin #stdout 0.02s 118656KB
stdin
Standard input is empty
stdout
xxxxx