+ 1

list

how to get input from the user in the list ? (as just declaring a list and then input is given by the user to that list)

27th Jan 2018, 5:00 AM
Nishita jain
Nishita jain - avatar
1 Answer
+ 6
one approach would be declaring a list, a number which represent the inputs limits and then just iterating in that given range, and adding each new input to the list * in the code playground, just input all at once, seperating each input by new line ex: hello to you https://code.sololearn.com/ciDX92qvt1XN/?ref=app
27th Jan 2018, 9:59 AM
Burey
Burey - avatar