Re: [Tutor] adding columns of numbers

2007-02-01 Thread Kent Johnson
Christopher Spears wrote: > I've been reading an old copy of "Programming Python" > and started to work on one of its challenges. I have > a text file called table.txt: > > 1 5 10 2 1.0 > 2 10 20 4 2.0 3 > 3 15 30 8 3 2

Re: [Tutor] adding columns of numbers

2007-02-01 Thread John Fouhy
On 02/02/07, Christopher Spears <[EMAIL PROTECTED]> wrote: > I've been reading an old copy of "Programming Python" > and started to work on one of its challenges. I have > a text file called table.txt: > > 1 5 10 2 1.0 > 2 10 20 4 2.0 3 > 3 15

[Tutor] adding columns of numbers

2007-02-01 Thread Christopher Spears
I've been reading an old copy of "Programming Python" and started to work on one of its challenges. I have a text file called table.txt: 1 5 10 2 1.0 2 10 20 4 2.0 3 3 15 30 8 3 2 1 4 20 40 16