On Feb 18, 2:05 pm, 7stud <bbxx789_0... at yahoo.com> 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.