79636009

Date: 2025-05-23 18:09:28
Score: 2
Natty:
Report link

It is working with the .encode('utf-8') method, valid for "raw python 2.7":

for p in data['policies']:
    print "Service:", p['service'], "Name:", p['name'].encode('utf-8')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Peter Krauss