Computer Science, asked by mohdbilal1674, 6 months ago

Predict the output of the following code fragments. 2

x=np.array([1,2,3])

y=np.array([3,2,1])

z=np.concatenate([x,y])

prit(z)

Answers

Answered by nipun495
1
And is 1, 2, 3 please mark as branliest
Similar questions