69.1k views
5 votes
If you know that data on the web looks as follows Sally, Alfred, Molly What argument would you send the split0 method so that you get the names as elements in a list? A. "\\"B. ","C. "\\," D. ",\\"

User Saurin
by
8.9k points

1 Answer

6 votes

Answer: the correct option is B. ",".

Explanation: the argument that should be sent to the split() method to get the names as elements in a list is "," (comma).

User Nnm
by
6.7k points

No related questions found