jrlen balane wrote:
how would i read a tab delimited file? at the same time put what i
read in an array, say for example that i know that the file is an
array with column= 5 and row=unknown.

Use the "csv" module. Although that stands for "comma separated values", it readily supports alternative delimiters such as TAB.

-Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to