Computer Science, asked by shrestharya02, 1 year ago

predict the output of the following code fragments. Library NumPy has been imported as np.​

Attachments:

Answers

Answered by charlie1505
0

Answer:

output-

1)vstack

[1,2,3]

[9,8,7]

[6,5,4]

2)hstack

[9,8,7,6,5,4,99,99]

Similar questions