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
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
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