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

Oct 3 2017 3:08 AM
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)