79446954

Date: 2025-02-18 02:06:14
Score: 1
Natty:
Report link

You can put r before filename to ensure path is read correctly:

import json

with open(r"test11.json","r") as file:
    data = json.load(file)
    print(data)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adeva1