Re: [Tutor] running split and count + looping to check for numbers in same line

2010-02-10 Thread jim serson
Thanks for the information > Date: Wed, 10 Feb 2010 21:50:53 -0500 > Subject: Re: [Tutor] running split and count + looping to check for numbers > in same line > From: ken...@tds.net > To: fubarni...@hotmail.com > CC: tutor@python.org > > On Wed, Feb 10, 2010 at 6:

Re: [Tutor] running split and count + looping to check for numbers in same line

2010-02-10 Thread Kent Johnson
On Wed, Feb 10, 2010 at 6:43 PM, jim serson wrote: > I am getting an error when I try and run split and count I seem to get it to > work with one or the other but not together. python wants a character buffer > but I am not sure how to use it. > > I would also like to use readline to check and see

[Tutor] running split and count + looping to check for numbers in same line

2010-02-10 Thread jim serson
I am getting an error when I try and run split and count I seem to get it to work with one or the other but not together. python wants a character buffer but I am not sure how to use it. I would also like to use readline to check and see if several numbers are in the same line but I think