Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Input rows by rows

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 ?

Input rows by rows

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 ?