📊 Problem Solving and Python Programming
Q. >>>"Welcome to Python".split()
  • (A) [“welcome”, “to”, “python”]
  • (B) (“welcome”, “to”, “python”)
  • (C) {“welcome”, “to”, “python”}
  • (D) “welcome”, “to”, “python”
💬 Discuss
✅ Correct Answer: (A) [“welcome”, “to”, “python”]

Explanation: split() function returns the elements in a list.


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