79246096

Date: 2024-12-03 02:20:33
Score: 1.5
Natty:
Report link
my_dict = {'one':1,'two':2}    
with open('your_filename', 'w') as fp:
  json.dump(my_dict, fp, indent=4, ensure_ascii=False)
  fp.close()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Luss Sh