+ 1
How to take input in this case ?
First Line : No. of rows Next n Lines: multiple integers separated by spaces (each line has same no. of integers) I want to store values in a numpy array. Eg 4 1 3 3 5 5 7 3 1
1 Respuesta
First Line : No. of rows Next n Lines: multiple integers separated by spaces (each line has same no. of integers) I want to store values in a numpy array. Eg 4 1 3 3 5 5 7 3 1