-Reading multiple lines from a txt file -Reading a specific line from a txt file | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

-Reading multiple lines from a txt file -Reading a specific line from a txt file

9th May 2017, 4:30 PM
albert kamau
albert kamau - avatar
3 Respuestas
+ 5
@Albert This is not a question.
9th May 2017, 4:47 PM
Manual
Manual - avatar
+ 3
What is your question?
9th May 2017, 4:48 PM
The Coding Sloth
The Coding Sloth - avatar
+ 2
First: - open file - while the file seek has not ended: - read line - close file Second: - open file - while the file seek has not ended: - if the current line matches your criteria (which?), store it - close file
9th May 2017, 5:04 PM
Álvaro