#task16
def function16():
#Write a NumPy program to join a sequence of arrays along depth.
x = np.array([[1], [2], [3]])
y = np.array([[2], [3], [4]])
ans = #write your code here
return ans
"""
Expected Output:
[[[1 2]]
[[2 3]]
[[3 4]]]
"""
On this page of the site you can watch the video online #task16 with a duration of hours minute second in good quality, which was uploaded by the user Python Developer 03 January 2021, share the link with friends and acquaintances, this video has already been watched 185 times on youtube and it was liked by 1 viewers. Enjoy your viewing!