How do you do arrays

Thomas Bunce tbunce at mac.com
Tue Feb 1 17:27:02 EST 2005


Learning Python O'Reilly book and Python In A Nut Shell and about 2 inchs
printed of Web information

       Tom

In article <1107286861.714451.288010 at f14g2000cwb.googlegroups.com>,
"Kartic" <kartic.krishnamurthy at gmail.com> wrote:

> Tom,
> 
> It has to be iMatrix.append(k), not iMatrix[index] = k. Python will
> give an error - list assignment index out of range - for that.
> Just curious - what book are you following?
> 
> -Kartic



More information about the Python-list mailing list