Explanation: split() function returns the elements in a list.
Q. >>>"Welcome to Python".split()
✅ Correct Answer: (A)
[“welcome”, “to”, “python”]
Explanation by: Mr. Dubey
split() function returns the elements in a list.
Discussion
Question Analytics
746
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
80%
Success Rate