You could use arithmetic operators+-*/directly between NumPy arrays, but this section discusses an extension of the same where we have functions that can take any array-like objects e.g. lists, tuples etc. and
Operators and Operands The numbers (in an arithmetic operation) are calledoperands. The operation (to be performed between the two operands) is defined by anoperator. OperandOperatorOperand 100+50 Adding Theadditionoperator (+) adds numbers: ...