Python Add Coding para idioma no inglés como árabe
with open ('NiftyList.txt', 'w', encoding="utf-8") as f:
f.write(resp.text)
Confused Caiman
with open ('NiftyList.txt', 'w', encoding="utf-8") as f:
f.write(resp.text)