Q. What does `split()` do in Python? (A) Splits string into a list (B) Joins list into a string (C) Removes spaces (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Splits string into a list Explanation: `split()` divides a string into a list of substrings.