Computer Science, asked by ishachauhan78, 8 months ago

In an array a=np.aaray([2,4,6,8,10])

What will be the output of code

print(a[:])

(a)Doesn't prints any element
(b) Prints all element
(c)Prints all elements excluding first and last
(d) Prints all elements excluding first​

Answers

Answered by AMANACEAMIN
0

Answer:

In an array a=np.aaray([2,4,6,8,10])

What will be the output of code

print(a[:])

(a)Doesn't prints any element

(b) Prints all element

(c)Prints all elements excluding first and last

(d) Prints all elements excluding first​

Explanation:

PLEASE MARK ME AS BRAINLIEST

Similar questions