I\'m trying to open a file in Python, but I got an error, and in the beginning of the string I got a /u202a character... Does anyone know how to remove it?
/u202a
try strip(),
def carregar_uml(arquivo, variaveis): cadastro_uml = {} id_uml = 0 for i in open(arquivo): linha = i.split(",") carregar_uml("H:\\7 - Script\\teste.csv", variaveis) carregar_uml = carregar_uml.strip("\u202a")