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")?
- ['h', 'e', 'l', 'l', 'o'] ✓
- ['hello']
- ['llo']
- ['olleh']
What is the output when we execute list("hello")?