We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datos.lat tiene a b c d f index.lat a = leer_lineas('datos.lat') escribir(a)
Resultado ["a", "b", "c", "d"]
Asi que no me lee la ultima linea, pero si le agrego una linea vacia al fichero datos.lat, si me entrega todos los datos,
The text was updated successfully, but these errors were encountered:
Puedes hacer git pull por favor y compilar nuevamente
A mi no me da ese caso: $cat datos.lat a b c d f ./latino index.lat ["a", "b", "c", "d", "f"]
Sorry, something went wrong.
No branches or pull requests
datos.lat tiene
a
b
c
d
f
index.lat
a = leer_lineas('datos.lat')
escribir(a)
Resultado
["a", "b", "c", "d"]
Asi que no me lee la ultima linea, pero si le agrego una linea vacia al fichero datos.lat, si me entrega todos los datos,
The text was updated successfully, but these errors were encountered: