+ 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)
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