Computer Science, asked by lovelypooh0380, 8 months ago

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 tiger2625
7

Answer:

HERE IS YOUR ANSWER

THE OUTPUT OF THE FOLLOWING PROGRAM IS C - 26

Explanation:

PLS MARK ME AS BRAINLIST

Answered by Anonymous
14

Answer:

C-26 is the output for the following program

Similar questions