Q. >>>list("a#b#c#d".split('#'))

  • (A) [‘a’, ‘b’, ‘c’, ‘d’]
  • (B) [‘a b c d’]
  • (C) [‘a#b#c#d’]
  • (D) [‘abcd’]
πŸ’¬ Discuss
βœ… Correct Answer: (A) [‘a’, ‘b’, ‘c’, ‘d’]
Explanation: execute in the shell to verify.

Explanation by: Gopal Sharma
execute in the shell to verify.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
1017
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
97%
Success Rate