I am parsing a JSON output asbelow...this is just a snippet..currently it is printing the u'' format...How do i just print "deleted"
error=change['Errors']
print error
Output:
[u'DELETED']
Expected output:
DELETED
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…