Tab Character?

John Zenger john_zenger at yahoo.com
Sat Feb 18 16:41:58 EST 2006


Tab is \t .  As in:

print "coke\tpepsi"
tsvline.split("\t")

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
> 



More information about the Python-list mailing list