Vidyalelo
Python · Q21

MCQs for Python Strings: Exam

Programming · Python · question 21

Q21

Which method is used to split a string into a list of substrings based on a specified separator?

A.
split()
Answer
B.
divide()
C.
explode()
D.
break()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board