CBSE Class 11 Computer Science Question 26 of 104

List Manipulation — Question 14

Back to all questions
14
Question

Question 14

What is the output when we execute list("hello")?

  1. ['h', 'e', 'l', 'l', 'o'] ✓
  2. ['hello']
  3. ['llo']
  4. ['olleh']
Answer