7 Oct
2020
7 Oct
'20
7:37 a.m.
On Wed, 7 Oct 2020 at 11:39, Steven D'Aprano <steve@pearwood.info> wrote:
One possible advantage is that with axis='row', I don't have to worry about, or test for, mutually exclusive keywords:
matrix[row=2, col=3] # can't get both a row and a column at the same time
Well, they are not mutually exclusive in this case. You would get the element at row 2 col 3. -- Kind regards, Stefano Borini