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
1
And is 1, 2, 3 please mark as branliest
Similar questions