Answer the question
In order to leave comments, you need to log in
How to add numbers to multidimensional NumPy array in python via input()?
The code has a new_input variable that stores the values of the numpy.array matrix, how to make it so that you can write your value to numpy.array through the console, like new_input = numpy.array( [ input() ] )
?
Code for full understandingnew_input = np.array([])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question