I'm trying to format a file, my problem is that if inside "", there is an extra quote ("" ") thunders & throws this error, my code is as follows:
with open(entrada, "r") as fichero:
datos = fichero.read()
datos = list(datos)
indice=0
w...
asked by
19.04.2018 / 02:42