+ 2
What to do if i have to get user input when i d'ont know the number of elements that the user will insert ? In python
2 Answers
+ 2
Thank you for your idea
+ 1
In the most cases I'm using an IF statement to check the users Input and build an exeption handling inside the IF clause. So you can deside if the input is usable, how long it is and so on.