Computer Science, asked by shravanisatav3666, 5 months ago

Find the output of following program: import numpy as np d=np.array([21,22,23,24,25,26,27,28,29,30])
print (arr[4:9])​

Answers

Answered by aliasgar4d123
1

Answer:

ok

Explanation:

how are you I am fine ok bye

Answered by pandyaronak62
1

Answer:

(25,26,27,28,29,30)

Explanation:

Similar questions