Easy question
Phlip
phlip_cpp at my-deja.com
Wed Apr 11 16:39:34 EDT 2001
Terry Reedy wrote:
> for each line (read 1 at a time or all at once), split on \t and append to
Should that split be something like
map(int, regsub.split(line, '[x+]'))
I think that 'int's a whole array returned by split, or something.
--
Phlip phlip_cpp at my-deja.com
============== http://phlip.webjump.com ==============
-- Proud victim of the dreaded boomerang effect --
More information about the Python-list
mailing list