Tagged Questions

0
votes
3answers
92 views

Basic python file-io variables with enumerate

New to python and trying to learn the ropes of file i/o. Working with pulling lines from a large (2 million line) file in this format: 56fr4 4543d 4343d 5irh3 Here is the function I'm using to ...