Posts by David Bispo Ferreira • 1 point
1 post
-
0
votes2
answers356
viewsA: Setting parameters and filtering file . TXT
There are a few ways to do Parsing on files, and each one works for a purpose. i. The simplest is open user o, which is native to Python. my_file = [] openfile = open('file.txt') lines =…