Parsing a file with column data in Python

Posted by rejinacm on Stack Overflow See other posts from Stack Overflow or by rejinacm
Published on 2009-01-27T05:38:38Z Indexed on 2010/03/29 17:33 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

I have a file that contains the symbol table details.Its in the form of rows and columns.

I need to extract first and last column.

How can I do that?

© Stack Overflow or respective owner

Related posts about python

Related posts about file