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 -- http://mail.python.org/mailman/listinfo/python-list