Computer Science, asked by shatrughanchandra877, 6 months ago

by using function by reshape ( ) we can change the shape of the Numpy array in python. true or false​

Answers

Answered by adarsh1750
0

false it doesn't make an pyton

Answered by Anonymous
0

Answer:

NumPy Array manipulation: reshape() function

The reshape() function is used to give a new shape to an array without changing its data. Array to be reshaped. The new shape should be compatible with the original shape. If an integer, then the result will be a 1-D array of that length

Similar questions