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
732
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
83%
Success Rate