Input row by row
A question which has perhaps no answer. This command do exactly what I expect
M=[input(r'ABCD : '),input('BCDA: '),input('BCAD: ')]
but I have potentially a huge list to input and as the inputs are asked sequentially this will take ahuge number of rows in in my screen.
So is there a mechanism which permit to select multi-columns in each rows ?