On Feb 18, 2:05 pm, 7stud <[EMAIL PROTECTED]> wrote:
> num = arr[1:, 2:]
>
> That says to get all elements from row 1 to the bottom that are in
> from column 2 to the end of the row.

err..

That says to get all elements from row 1 to the last row which are in
column 2, column 3, etc. to the end of the row.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to