Posts by maikews • 21 points
1 post
-
2
votes2
answers9721
viewsA: How to find specific words in a python txt file?
First thank you Lacobus. Well I needed something similar, but stored differently. I leave here the code adapted by me. Code: def pesquisar_registro( txt, posicao ): resultado = "" with open(…