I need to read a file of names in python, but they are full of accents, I'm using this to open
arquivo = open('dadostxt/Nomes.txt', 'r', encoding='utf-8')
I put utf-8 in the encoding, but when I go to excel or give a print, instead of the a...
asked by
30.05.2018 / 00:38