Closed pingaliSravanthi closed 4 years ago
You need to write encoding="utf8" in this line. Something like this with open(dataturks_JSON_FilePath, 'r', encoding="utf-8") as f: lines = f.readlines()
encoding="utf8"
with open(dataturks_JSON_FilePath, 'r', encoding="utf-8") as f: lines = f.readlines()