3
Answers

how to take a string of comma separated names from the user?

How to Take a string of comma separated values/names from the user.
Split the string into multiple sub-strings based on the commas.
And Add all these sub-strings to a list.
Answers (3)