Solved

You Are Parsing a Comma Separated Value String with Python

Question 31

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions