Tab Character?

Larry Bates larry.bates at websafe.com
Mon Feb 20 10:20:57 EST 2006


tbonejo at gmail.com wrote:
> How do I make a tab character in code to split a line read with tabs in
> it?
> 
> 
> Thanks.
> 
> Tom
> 
You should also take a look at csv module.  If you are reading lines
that contain tab delimeted data the csv module can make splitting very
easy.

-Larry Bates



More information about the Python-list mailing list