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

πŸ‘οΈ
764
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate