0
[Solved] Taking Multiple Numpy Array inputs
I need to take N lines of user input of M elements each, repeat this process two times and store this input as two separate numpy arrays. This is how I did it: https://code.sololearn.com/cCOKI1bIhIV3/#py Error: ValueError: too many values to unpack (expected 2) Please help me resolve this.
5 Respostas