Ques 9 of numpy module quiz

In the ques:
Concat 2 arrays horizontally,
a = np.arange(1,17).reshape(4,4)
b = np.arange(17,33).reshape(4,4)

for this we use concatenate function but if we use axis=0 than it is column wise stacking ie vertical stacking,
right ans is option a and c ??

Yes you are correct @lgoyal50_be19.
The answer will be A and C.
Don’t worry about it. I have informed mentor about this . He will get it changed.

Thank You :slightly_smiling_face:.