[Tutor] Reading from a file

robert frank brenart rfbrenar@cs.uchicago.edu
Fri, 17 Aug 2001 13:10:24 -0500 (CDT)


I'm reading in from a file line by line and splitting up the information
based on commas... however, the last item in every line has an /012
attached to it... i.e.

"CVR",1,2

comes out as

['"CVR"', '7', '3\012']

Just wondering how I can get rid of that \012.

-Rob