Multiple Choice
You are parsing a comma separated value string with Python. What method can you use to separate the values in each line and place them in a list?
A) string.split(',')
B) string.delimit(',')
C) string.parsetolist(',')
D) string.strip(',')
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: Some applications extract portions of strings called
Q27: What os module function should you use
Q28: You are running a Python script that
Q29: What does the os module function remove
Q30: A legacy program is outputting values in
Q32: What is the decimal number 98 in
Q33: What os.path module function can you use
Q34: When using the open function to open
Q35: What string method can you use to
Q36: All data output to or input from