NumPy में array का shape बदलने के लिए कौन-सा method उपयोग किया जाता है
Which method is used in NumPy to change the shape of an array
A
resize()
B
reshape()
C
shape()
D
change()
Explanation
Correct Answer: B) reshape()