How to manipulate a contents of file as record structures
What would be a simple way to achieve this ? CK Raju -- http://mail.python.org/mailman/listinfo/python-list
Re: How to manipulate a contents of file as record structures
On Sat, Jan 31, 2009 at 4:19 PM, Gabriel Genellina wrote: > for line in f: > do_something_with(line) Thanks a lot. CK Raju -- http://mail.python.org/mailman/listinfo/python-list