Multi-dimension list

Steven Woody narkewoody at gmail.com
Tue Dec 23 23:29:41 EST 2008


Hi,

In the book Python Essential Reference, Chapter 3, when talking about
extended slicing, it gives an example:  a = m[0:10, 3:20].  But I
don't understand how the 'm' was defined.  What should it looks like?

Thanks.

-
narke



More information about the Python-list mailing list