What is the output of the
following program?
import numpyas np a=np
array[1,2,3,5,8])
b = np.array([03,4,2,1])
c=a + b
c= c*a print(c[2])
a. 20
b. 21
c. 26
d. 27
Answers
Answered by
7
Answer:
HERE IS YOUR ANSWER
THE OUTPUT OF THE FOLLOWING PROGRAM IS C - 26
Explanation:
PLS MARK ME AS BRAINLIST
Answered by
14
Answer:
C-26 is the output for the following program
Similar questions