Good morning, I have to do the following exercise with python using the numpy package (I do not have loops or anything like that):
Construct an array in which the value of the elements equals the sum of its row plus its column.
Is there a Numpy command that can do this?
Greetings